From f5656e5948afd96eceeae5f83939965ba96edc28 Mon Sep 17 00:00:00 2001 From: doug <> Date: Sun, 8 Feb 2015 10:22:45 +0000 Subject: Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017bbb7140f816721141ac156d1b828a6b3 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 a2b18e657ea1a932d125154f4e13ab2258796d90 ok miod@, jsing@ --- src/usr.bin/openssl/dh.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/usr.bin/openssl/dh.c') diff --git a/src/usr.bin/openssl/dh.c b/src/usr.bin/openssl/dh.c index ce10998090..4f82143511 100644 --- a/src/usr.bin/openssl/dh.c +++ b/src/usr.bin/openssl/dh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ +/* $OpenBSD: dh.c,v 1.3 2015/02/08 10:22:45 doug Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -211,15 +211,6 @@ bad: } if (text) { DHparams_print(out, dh); -#ifdef undef - printf("p="); - BN_print(stdout, dh->p); - printf("\ng="); - BN_print(stdout, dh->g); - printf("\n"); - if (dh->length != 0) - printf("recommended private length=%ld\n", dh->length); -#endif } if (check) { if (!DH_check(dh, &i)) { -- cgit v1.2.3-55-g6feb