diff options
Diffstat (limited to 'src/lib/libcrypto/dh/p192.c')
-rw-r--r-- | src/lib/libcrypto/dh/p192.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/dh/p192.c b/src/lib/libcrypto/dh/p192.c index 881908169a..7bdf40410e 100644 --- a/src/lib/libcrypto/dh/p192.c +++ b/src/lib/libcrypto/dh/p192.c | |||
@@ -57,10 +57,10 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include "bn.h" | 60 | #include <openssl/bn.h> |
61 | #include "asn1.h" | 61 | #include <openssl/asn1.h> |
62 | #include "dh.h" | 62 | #include <openssl/dh.h> |
63 | #include "pem.h" | 63 | #include <openssl/pem.h> |
64 | 64 | ||
65 | unsigned char data[]={ | 65 | unsigned char data[]={ |
66 | 0xD4,0xA0,0xBA,0x02,0x50,0xB6,0xFD,0x2E, | 66 | 0xD4,0xA0,0xBA,0x02,0x50,0xB6,0xFD,0x2E, |