diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-05-17 16:09:46 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-05-17 19:35:21 +0200 |
commit | 978327bcadb738b7bc7a52f74c7b4c5f56bda4a6 (patch) | |
tree | 9b87b46bbb94f0c8bd35309caec29e5b6fe223dc /util/indent.pro | |
parent | Further version negotiation updates (diff) | |
download | openssl-978327bcadb738b7bc7a52f74c7b4c5f56bda4a6.tar.xz openssl-978327bcadb738b7bc7a52f74c7b4c5f56bda4a6.zip |
Add types to indent.pro
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/indent.pro')
-rw-r--r-- | util/indent.pro | 8 |
1 files changed, 8 insertions, 0 deletions
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 |