summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/t_x509.c
diff options
context:
space:
mode:
authortb <>2023-12-29 10:59:00 +0000
committertb <>2023-12-29 10:59:00 +0000
commit3686fd1183a4603c1ee6e8b44921b75697030dce (patch)
tree75f4dda3052f834420459527c235e1bb9b3f059c /src/lib/libcrypto/asn1/t_x509.c
parenta6a04330131ed5b1198d51e5d97a1f625b930036 (diff)
downloadopenbsd-3686fd1183a4603c1ee6e8b44921b75697030dce.tar.gz
openbsd-3686fd1183a4603c1ee6e8b44921b75697030dce.tar.bz2
openbsd-3686fd1183a4603c1ee6e8b44921b75697030dce.zip
Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c
Most of these functions are only called from this file internally apart from the pem_str lookups from pem/. In the next major bump we can then remove asn/ameth_lib.c. Also move EVP_PKEY_ASN1_METHOD to evp_local.h. While this is used to dispatch to various ASN.1 decoding routines, it doesn't fit into asn1/ at all.
Diffstat (limited to 'src/lib/libcrypto/asn1/t_x509.c')
-rw-r--r--src/lib/libcrypto/asn1/t_x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/t_x509.c b/src/lib/libcrypto/asn1/t_x509.c
index cd98997f6a..6f7bdc79fe 100644
--- a/src/lib/libcrypto/asn1/t_x509.c
+++ b/src/lib/libcrypto/asn1/t_x509.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_x509.c,v 1.43 2023/07/07 19:37:52 beck Exp $ */ 1/* $OpenBSD: t_x509.c,v 1.44 2023/12/29 10:59:00 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 *
@@ -77,7 +77,7 @@
77#include <openssl/rsa.h> 77#include <openssl/rsa.h>
78#endif 78#endif
79 79
80#include "asn1_local.h" 80#include "evp_local.h"
81#include "x509_local.h" 81#include "x509_local.h"
82 82
83int 83int