diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-10-08 14:25:20 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-10-10 22:39:49 +0200 |
commit | 11542af65a82242b47e97506695fa0d306d24fb6 (patch) | |
tree | 1974ffe330862a84dcecb12c3019e2823b32e68f /util | |
parent | Update fuzz corpora (diff) | |
download | openssl-11542af65a82242b47e97506695fa0d306d24fb6.tar.xz openssl-11542af65a82242b47e97506695fa0d306d24fb6.zip |
Add some missing types to indent.pro
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util')
-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 932c9b0f00..3946e8ef31 100644 --- a/util/indent.pro +++ b/util/indent.pro @@ -732,3 +732,11 @@ -T uintmax_t -T pqueue -T danetls_record +-T CTLOG_STORE +-T OPENSSL_INIT_SETTINGS +-T OSSL_HANDSHAKE_STATE +-T OSSL_STATEM +-T ossl_intmax_t +-T ossl_intmax_t +-T ossl_uintmax_t +-T ossl_uintmax_t |