diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_mem.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/by_mem.c b/src/lib/libcrypto/x509/by_mem.c index c01c4d20be..ecab813406 100644 --- a/src/lib/libcrypto/x509/by_mem.c +++ b/src/lib/libcrypto/x509/by_mem.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: by_mem.c,v 1.2 2015/01/22 11:16:56 jsing Exp $ */ | 1 | /* $OpenBSD: by_mem.c,v 1.3 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 | 70 | ||
71 | static int by_mem_ctrl(X509_LOOKUP *, int, const char *, long, char **); | 71 | static int by_mem_ctrl(X509_LOOKUP *, int, const char *, long, char **); |
72 | 72 | ||
73 | X509_LOOKUP_METHOD x509_mem_lookup = { | 73 | static X509_LOOKUP_METHOD x509_mem_lookup = { |
74 | .name = "Load cert from memory", | 74 | .name = "Load cert from memory", |
75 | .new_item = NULL, | 75 | .new_item = NULL, |
76 | .free = NULL, | 76 | .free = NULL, |