diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_mem.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_mem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/by_mem.c b/src/lib/libcrypto/x509/by_mem.c index 272877f843..fe1ac24525 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.5 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: by_mem.c,v 1.6 2022/11/14 17:48:49 beck 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 | * |
@@ -90,6 +90,7 @@ X509_LOOKUP_mem(void) | |||
90 | { | 90 | { |
91 | return (&x509_mem_lookup); | 91 | return (&x509_mem_lookup); |
92 | } | 92 | } |
93 | LCRYPTO_ALIAS(X509_LOOKUP_mem) | ||
93 | 94 | ||
94 | static int | 95 | static int |
95 | by_mem_ctrl(X509_LOOKUP *lu, int cmd, const char *buf, | 96 | by_mem_ctrl(X509_LOOKUP *lu, int cmd, const char *buf, |