Make i2r_sctlist static.
authorBen Laurie <ben@links.org>
Wed, 19 Feb 2014 17:57:44 +0000 (17:57 +0000)
committerBen Laurie <ben@links.org>
Wed, 19 Feb 2014 17:57:44 +0000 (17:57 +0000)
ssl/t1_lib.c

index ebb6a94f0c303c15be63b4bba5344a5e5d1a9dcc..27621cdf066c4f8fcb786c5fd012099fe72abaa5 100644 (file)
 #include <stdio.h>
 #include <time.h>
 #include <openssl/bio.h>
 #include <stdio.h>
 #include <time.h>
 #include <openssl/bio.h>
+#include <openssl/bn.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #include <openssl/ocsp.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #include <openssl/ocsp.h>
-#include <openssl/o_time.h>
 #include <openssl/rand.h>
 #include "ssl_locl.h"
 
 #include <openssl/rand.h>
 #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 */
 #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;
        {
        BN_ULLONG timestamp;
        struct tm tm1;