X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Ft1_lib.c;h=27621cdf066c4f8fcb786c5fd012099fe72abaa5;hp=ebb6a94f0c303c15be63b4bba5344a5e5d1a9dcc;hb=e91fb53b38a75953a693fadbc09177245bc7a05d;hpb=c0482547b3f44b37e050dabcac740e9763f9c6bb diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index ebb6a94f0c..27621cdf06 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -112,11 +112,11 @@ #include #include #include +#include #include #include #include #include -#include #include #include "ssl_locl.h" @@ -4437,8 +4437,8 @@ int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) #endif /* RFC6962 Signed Certificate Timestamp List X.509 extension parser */ -int i2r_sctlist(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct, - BIO *out, int indent) +static int i2r_sctlist(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct, + BIO *out, int indent) { BN_ULLONG timestamp; struct tm tm1;