diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_file.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/by_file.c b/src/lib/libcrypto/x509/by_file.c index 111289e143..91a8e781b2 100644 --- a/src/lib/libcrypto/x509/by_file.c +++ b/src/lib/libcrypto/x509/by_file.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: by_file.c,v 1.17 2015/01/22 11:16:56 jsing Exp $ */ | 1 | /* $OpenBSD: by_file.c,v 1.18 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 | * |
@@ -70,7 +70,7 @@ | |||
70 | static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, | 70 | static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, |
71 | long argl, char **ret); | 71 | long argl, char **ret); |
72 | 72 | ||
73 | X509_LOOKUP_METHOD x509_file_lookup = { | 73 | static X509_LOOKUP_METHOD x509_file_lookup = { |
74 | .name = "Load file into cache", | 74 | .name = "Load file into cache", |
75 | .new_item = NULL, | 75 | .new_item = NULL, |
76 | .free = NULL, | 76 | .free = NULL, |