diff options
author | Alistair Delva <adelva@google.com> | 2020-08-20 16:42:41 -0700 |
---|---|---|
committer | Alistair Delva <adelva@google.com> | 2020-08-20 16:53:22 -0700 |
commit | c4490d08a259437ddd2625bd6cc0200aa9342bb8 (patch) | |
tree | 0826b06ed611f4c08e8dba324d9a9319d32cb9b4 /kexdh.c | |
parent | d9da10d147d633fdb6ec65e17ff4b8447419d83e (diff) |
Revert "upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@"
This reverts commit ecb2c02d994b3e21994f31a70ff911667c262f1f.
This aligns better with the V_8_3_P1 tag.
Bug: 162492243
Change-Id: I9e734da9035685c1d9a29f703c889847820daaf9
Diffstat (limited to 'kexdh.c')
-rw-r--r-- | kexdh.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: kexdh.c,v 1.33 2020/05/08 05:13:14 djm Exp $ */ +/* $OpenBSD: kexdh.c,v 1.32 2019/01/21 10:40:11 djm Exp $ */ /* * Copyright (c) 2019 Markus Friedl. All rights reserved. * @@ -42,7 +42,6 @@ #include "digest.h" #include "ssherr.h" #include "dh.h" -#include "log.h" int kex_dh_keygen(struct kex *kex) |