diff options
author | jsing <> | 2023-01-23 10:34:21 +0000 |
---|---|---|
committer | jsing <> | 2023-01-23 10:34:21 +0000 |
commit | 631518c7132431ce11fa00d910a76a3914686d30 (patch) | |
tree | 9d812770b352589d87b91fee36df9ffe68ade039 /src/lib | |
parent | e18a6c33767d9180e59054a8c34c6d6f865c97cb (diff) | |
download | openbsd-631518c7132431ce11fa00d910a76a3914686d30.tar.gz openbsd-631518c7132431ce11fa00d910a76a3914686d30.tar.bz2 openbsd-631518c7132431ce11fa00d910a76a3914686d30.zip |
Include bn_arch.h now that we're using defines from it.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/bn/bn_add.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_add.c b/src/lib/libcrypto/bn/bn_add.c index b3fed564e9..c5bc024f3f 100644 --- a/src/lib/libcrypto/bn/bn_add.c +++ b/src/lib/libcrypto/bn/bn_add.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_add.c,v 1.18 2023/01/23 10:31:03 jsing Exp $ */ | 1 | /* $OpenBSD: bn_add.c,v 1.19 2023/01/23 10:34:21 jsing 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 | * |
@@ -61,6 +61,7 @@ | |||
61 | 61 | ||
62 | #include <openssl/err.h> | 62 | #include <openssl/err.h> |
63 | 63 | ||
64 | #include "bn_arch.h" | ||
64 | #include "bn_local.h" | 65 | #include "bn_local.h" |
65 | 66 | ||
66 | #ifndef HAVE_BN_ADD_WORDS | 67 | #ifndef HAVE_BN_ADD_WORDS |