diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 23:39:39 +0100 |
commit | 767ee84d3465b6d244a9108de5c167a9ab866df9 (patch) | |
tree | 69b14ef6a62d7f133298a21d2ad6046f130b7801 /dh.h | |
parent | ddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff) | |
parent | efef12825b9582c1710da3b7e50135870963d4f4 (diff) |
New upstream release (8.1p1)
Diffstat (limited to 'dh.h')
-rw-r--r-- | dh.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.h,v 1.17 2019/01/20 01:12:40 dtucker Exp $ */ | 1 | /* $OpenBSD: dh.h,v 1.18 2019/09/06 05:23:55 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Niels Provos. All rights reserved. | 4 | * Copyright (c) 2000 Niels Provos. All rights reserved. |
@@ -26,6 +26,8 @@ | |||
26 | #ifndef DH_H | 26 | #ifndef DH_H |
27 | #define DH_H | 27 | #define DH_H |
28 | 28 | ||
29 | #ifdef WITH_OPENSSL | ||
30 | |||
29 | struct dhgroup { | 31 | struct dhgroup { |
30 | int size; | 32 | int size; |
31 | BIGNUM *g; | 33 | BIGNUM *g; |
@@ -76,5 +78,6 @@ u_int dh_estimate(int); | |||
76 | #define MODULI_TESTS_JACOBI (0x08) | 78 | #define MODULI_TESTS_JACOBI (0x08) |
77 | #define MODULI_TESTS_ELLIPTIC (0x10) | 79 | #define MODULI_TESTS_ELLIPTIC (0x10) |
78 | 80 | ||
81 | #endif /* WITH_OPENSSL */ | ||
79 | 82 | ||
80 | #endif | 83 | #endif /* DH_H */ |