summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa.h
diff options
context:
space:
mode:
authortb <>2023-04-18 08:47:28 +0000
committertb <>2023-04-18 08:47:28 +0000
commit6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10 (patch)
treeb6cd13926762a1a092fe7bec28431b4cc10eef72 /src/lib/libcrypto/rsa/rsa.h
parent67408c75ffa5cf9afa8816721916e650afef8c32 (diff)
downloadopenbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.tar.gz
openbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.tar.bz2
openbsd-6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10.zip
Bring includes into canonical order
Requested by jsing
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r--src/lib/libcrypto/rsa/rsa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h
index bf0aac647e..cddd80bc85 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.61 2023/04/18 08:33:43 tb Exp $ */ 1/* $OpenBSD: rsa.h,v 1.62 2023/04/18 08:47:28 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 *
@@ -66,9 +66,10 @@
66#ifndef OPENSSL_NO_BIO 66#ifndef OPENSSL_NO_BIO
67#include <openssl/bio.h> 67#include <openssl/bio.h>
68#endif 68#endif
69#include <openssl/bn.h>
69#include <openssl/crypto.h> 70#include <openssl/crypto.h>
71
70#include <openssl/ossl_typ.h> 72#include <openssl/ossl_typ.h>
71#include <openssl/bn.h>
72 73
73#ifdef OPENSSL_NO_RSA 74#ifdef OPENSSL_NO_RSA
74#error RSA is disabled. 75#error RSA is disabled.