diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_dir.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/by_dir.c b/src/lib/libcrypto/x509/by_dir.c index 3ac6f11f07..46003cb320 100644 --- a/src/lib/libcrypto/x509/by_dir.c +++ b/src/lib/libcrypto/x509/by_dir.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: by_dir.c,v 1.34 2015/01/22 11:16:56 jsing Exp $ */ | 1 | /* $OpenBSD: by_dir.c,v 1.35 2015/02/05 01:33:22 reyk Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -101,7 +101,7 @@ static int add_cert_dir(BY_DIR *ctx, const char *dir, int type); | |||
101 | static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, | 101 | static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, |
102 | X509_OBJECT *ret); | 102 | X509_OBJECT *ret); |
103 | 103 | ||
104 | X509_LOOKUP_METHOD x509_dir_lookup = { | 104 | static X509_LOOKUP_METHOD x509_dir_lookup = { |
105 | .name = "Load certs from files in a directory", | 105 | .name = "Load certs from files in a directory", |
106 | .new_item = new_dir, | 106 | .new_item = new_dir, |
107 | .free = free_dir, | 107 | .free = free_dir, |