summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r--src/lib/libcrypto/rsa/rsa.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h
index 3ee2afd627..bf0aac647e 100644
--- a/src/lib/libcrypto/rsa/rsa.h
+++ b/src/lib/libcrypto/rsa/rsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: rsa.h,v 1.60 2023/04/15 18:44:17 tb Exp $ */ 1/* $OpenBSD: rsa.h,v 1.61 2023/04/18 08:33:43 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 *
@@ -68,9 +68,7 @@
68#endif 68#endif
69#include <openssl/crypto.h> 69#include <openssl/crypto.h>
70#include <openssl/ossl_typ.h> 70#include <openssl/ossl_typ.h>
71#ifndef OPENSSL_NO_DEPRECATED
72#include <openssl/bn.h> 71#include <openssl/bn.h>
73#endif
74 72
75#ifdef OPENSSL_NO_RSA 73#ifdef OPENSSL_NO_RSA
76#error RSA is disabled. 74#error RSA is disabled.