summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x_all.c')
-rw-r--r--src/lib/libcrypto/x509/x_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x_all.c b/src/lib/libcrypto/x509/x_all.c
index 442a27bc7f..819162dc31 100644
--- a/src/lib/libcrypto/x509/x_all.c
+++ b/src/lib/libcrypto/x509/x_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x_all.c,v 1.28 2022/11/14 17:48:50 beck Exp $ */ 1/* $OpenBSD: x_all.c,v 1.29 2022/11/26 16:08:55 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 *
@@ -73,7 +73,7 @@
73#include <openssl/rsa.h> 73#include <openssl/rsa.h>
74#endif 74#endif
75 75
76#include "x509_lcl.h" 76#include "x509_local.h"
77 77
78X509 * 78X509 *
79d2i_X509_bio(BIO *bp, X509 **x509) 79d2i_X509_bio(BIO *bp, X509 **x509)