summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh
diff options
context:
space:
mode:
authortb <>2023-04-13 15:18:29 +0000
committertb <>2023-04-13 15:18:29 +0000
commitc57d52f1ed74165285266fb36c75bb904911f2e7 (patch)
tree5fd7eb933db05544d3aa5019a6ffb7c1d956060d /src/lib/libcrypto/dh
parent30dd04cbe8243721164d765ed2c96a4d6275520f (diff)
downloadopenbsd-c57d52f1ed74165285266fb36c75bb904911f2e7.tar.gz
openbsd-c57d52f1ed74165285266fb36c75bb904911f2e7.tar.bz2
openbsd-c57d52f1ed74165285266fb36c75bb904911f2e7.zip
The NBs have been duly noted and ignored. Drop them.
Diffstat (limited to 'src/lib/libcrypto/dh')
-rw-r--r--src/lib/libcrypto/dh/dh_gen.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/dh/dh_gen.c b/src/lib/libcrypto/dh/dh_gen.c
index a33bb7bac6..d51d10d2ab 100644
--- a/src/lib/libcrypto/dh/dh_gen.c
+++ b/src/lib/libcrypto/dh/dh_gen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_gen.c,v 1.19 2023/04/13 15:15:43 tb Exp $ */ 1/* $OpenBSD: dh_gen.c,v 1.20 2023/04/13 15:18:29 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 *
@@ -56,11 +56,6 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59/* NB: These functions have been upgraded - the previous prototypes are in
60 * dh_depr.c as wrappers to these ones.
61 * - Geoff
62 */
63
64#include <stdio.h> 59#include <stdio.h>
65 60
66#include <openssl/bn.h> 61#include <openssl/bn.h>