diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_file.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_file.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/by_file.c b/src/lib/libcrypto/x509/by_file.c index 70a2a62a97..606f4c8d0c 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.27 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: by_file.c,v 1.28 2023/02/16 08:38:17 tb 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 | * |
@@ -89,7 +89,7 @@ X509_LOOKUP_file(void) | |||
89 | { | 89 | { |
90 | return &x509_file_lookup; | 90 | return &x509_file_lookup; |
91 | } | 91 | } |
92 | LCRYPTO_ALIAS(X509_LOOKUP_file) | 92 | LCRYPTO_ALIAS(X509_LOOKUP_file); |
93 | 93 | ||
94 | static int | 94 | static int |
95 | by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, | 95 | by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, |
@@ -174,7 +174,7 @@ err: | |||
174 | BIO_free(in); | 174 | BIO_free(in); |
175 | return ret; | 175 | return ret; |
176 | } | 176 | } |
177 | LCRYPTO_ALIAS(X509_load_cert_file) | 177 | LCRYPTO_ALIAS(X509_load_cert_file); |
178 | 178 | ||
179 | int | 179 | int |
180 | X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) | 180 | X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) |
@@ -231,7 +231,7 @@ err: | |||
231 | BIO_free(in); | 231 | BIO_free(in); |
232 | return ret; | 232 | return ret; |
233 | } | 233 | } |
234 | LCRYPTO_ALIAS(X509_load_crl_file) | 234 | LCRYPTO_ALIAS(X509_load_crl_file); |
235 | 235 | ||
236 | int | 236 | int |
237 | X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) | 237 | X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) |
@@ -270,4 +270,4 @@ X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) | |||
270 | sk_X509_INFO_pop_free(inf, X509_INFO_free); | 270 | sk_X509_INFO_pop_free(inf, X509_INFO_free); |
271 | return count; | 271 | return count; |
272 | } | 272 | } |
273 | LCRYPTO_ALIAS(X509_load_cert_crl_file) | 273 | LCRYPTO_ALIAS(X509_load_cert_crl_file); |