diff options
author | deraadt <> | 2014-05-31 23:33:33 +0000 |
---|---|---|
committer | deraadt <> | 2014-05-31 23:33:33 +0000 |
commit | a9478c5fe632c07fa8cacb9aec36bd254df2af8b (patch) | |
tree | f7562035cf913e40338865be267d6c4586ce01e4 /src/lib/libssl/src/crypto/bn/bn_const.c | |
parent | 5f1838a9fb70a7d72b663679a1fb192184149bc1 (diff) | |
download | openbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.tar.gz openbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.tar.bz2 openbsd-a9478c5fe632c07fa8cacb9aec36bd254df2af8b.zip |
Get the public headers from the official place with <openssl/ >
from Brent Cook
Diffstat (limited to 'src/lib/libssl/src/crypto/bn/bn_const.c')
-rw-r--r-- | src/lib/libssl/src/crypto/bn/bn_const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/bn/bn_const.c b/src/lib/libssl/src/crypto/bn/bn_const.c index 1c8bc9b5df..2ba2bbd827 100644 --- a/src/lib/libssl/src/crypto/bn/bn_const.c +++ b/src/lib/libssl/src/crypto/bn/bn_const.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* crypto/bn/knownprimes.c */ | 1 | /* crypto/bn/knownprimes.c */ |
2 | /* Insert boilerplate */ | 2 | /* Insert boilerplate */ |
3 | 3 | ||
4 | #include "bn.h" | 4 | #include <openssl/bn.h> |
5 | 5 | ||
6 | /* "First Oakley Default Group" from RFC2409, section 6.1. | 6 | /* "First Oakley Default Group" from RFC2409, section 6.1. |
7 | * | 7 | * |