summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_def.c')
-rw-r--r--src/lib/libcrypto/x509/x509_def.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_def.c b/src/lib/libcrypto/x509/x509_def.c
index 42bdb9bc6a..f9b395c206 100644
--- a/src/lib/libcrypto/x509/x509_def.c
+++ b/src/lib/libcrypto/x509/x509_def.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_def.c,v 1.9 2024/11/01 18:36:30 tb Exp $ */ 1/* $OpenBSD: x509_def.c,v 1.10 2024/11/05 09:35:40 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 *
@@ -58,7 +58,7 @@
58 58
59#include <openssl/x509.h> 59#include <openssl/x509.h>
60 60
61#include "cryptlib.h" 61#include "crypto_local.h"
62 62
63const char * 63const char *
64X509_get_default_private_dir(void) 64X509_get_default_private_dir(void)