diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index cda8aeafa9..5e3b0a5606 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.c,v 1.38 2014/09/29 04:20:14 miod Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.39 2015/02/10 08:33:10 jsing 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 | * |
| @@ -2202,11 +2202,3 @@ X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param) | |||
| 2202 | X509_VERIFY_PARAM_free(ctx->param); | 2202 | X509_VERIFY_PARAM_free(ctx->param); |
| 2203 | ctx->param = param; | 2203 | ctx->param = param; |
| 2204 | } | 2204 | } |
| 2205 | |||
| 2206 | IMPLEMENT_STACK_OF(X509) | ||
| 2207 | IMPLEMENT_ASN1_SET_OF(X509) | ||
| 2208 | |||
| 2209 | IMPLEMENT_STACK_OF(X509_NAME) | ||
| 2210 | |||
| 2211 | IMPLEMENT_STACK_OF(X509_ATTRIBUTE) | ||
| 2212 | IMPLEMENT_ASN1_SET_OF(X509_ATTRIBUTE) | ||
