summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_local.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509_local.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h
index 0312e6cac7..d4197e66c0 100644
--- a/src/lib/libcrypto/x509/x509_local.h
+++ b/src/lib/libcrypto/x509/x509_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_local.h,v 1.14 2023/12/22 13:31:35 tb Exp $ */ 1/* $OpenBSD: x509_local.h,v 1.15 2023/12/25 22:14:23 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2013. 3 * project 2013.
4 */ 4 */
@@ -248,18 +248,10 @@ struct x509_lookup_method_st {
248 const char *name; 248 const char *name;
249 int (*new_item)(X509_LOOKUP *ctx); 249 int (*new_item)(X509_LOOKUP *ctx);
250 void (*free)(X509_LOOKUP *ctx); 250 void (*free)(X509_LOOKUP *ctx);
251 int (*init)(X509_LOOKUP *ctx);
252 int (*shutdown)(X509_LOOKUP *ctx);
253 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 251 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
254 char **ret); 252 char **ret);
255 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name, 253 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name,
256 X509_OBJECT *ret); 254 X509_OBJECT *ret);
257 int (*get_by_issuer_serial)(X509_LOOKUP *ctx, int type, X509_NAME *name,
258 ASN1_INTEGER *serial,X509_OBJECT *ret);
259 int (*get_by_fingerprint)(X509_LOOKUP *ctx, int type,
260 const unsigned char *bytes, int len, X509_OBJECT *ret);
261 int (*get_by_alias)(X509_LOOKUP *ctx, int type, const char *str,
262 int len, X509_OBJECT *ret);
263} /* X509_LOOKUP_METHOD */; 255} /* X509_LOOKUP_METHOD */;
264 256
265struct X509_VERIFY_PARAM_st { 257struct X509_VERIFY_PARAM_st {