diff options
author | 2014-04-24 12:39:02 +0000 | |
---|---|---|
committer | 2014-04-24 12:39:02 +0000 | |
commit | b202b63ca37b52ef190640bf51402dc65b0ed2b7 (patch) | |
tree | 3edb9d424578009ccfef3c11778d03cabed60b43 /lib/libssl/src/apps/gendh.c | |
parent | When OPENSSL_C is not defined, apps_startup becomes a (diff) | |
download | wireguard-openbsd-b202b63ca37b52ef190640bf51402dc65b0ed2b7.tar.xz wireguard-openbsd-b202b63ca37b52ef190640bf51402dc65b0ed2b7.zip |
unifdef -U LINT
Diffstat (limited to 'lib/libssl/src/apps/gendh.c')
-rw-r--r-- | lib/libssl/src/apps/gendh.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/apps/gendh.c b/lib/libssl/src/apps/gendh.c index f93e044a6dd..07e8b333904 100644 --- a/lib/libssl/src/apps/gendh.c +++ b/lib/libssl/src/apps/gendh.c @@ -211,9 +211,6 @@ dh_cb(int p, int n, BN_GENCB * cb) c = '\n'; BIO_write(cb->arg, &c, 1); (void) BIO_flush(cb->arg); -#ifdef LINT - p = n; -#endif return 1; } #endif |