From: Dr. Stephen Henson Date: Sun, 17 May 2015 14:09:46 +0000 (+0100) Subject: Add types to indent.pro X-Git-Tag: OpenSSL_1_1_0-pre1~1126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=978327bcadb738b7bc7a52f74c7b4c5f56bda4a6;p=openssl Add types to indent.pro Reviewed-by: Rich Salz --- diff --git a/util/indent.pro b/util/indent.pro index 5a6d452924..2a51225897 100644 --- a/util/indent.pro +++ b/util/indent.pro @@ -717,3 +717,11 @@ -T tls12_lookup -T OPTIONS -T OPT_PAIR +-T uint64_t +-T int64_t +-T uint32_t +-T int32_t +-T uint16_t +-T int16_t +-T uint8_t +-T int8_t