summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthen <>2018-06-12 15:33:18 +0000
committersthen <>2018-06-12 15:33:18 +0000
commitc914528056cdb126fa0a225f3ee66af21a7caf66 (patch)
tree156dc3e62d4b7d4a5c6d5b45176ed52343a40b74
parentf205a75959ba84bef74fc19e6728ba281c6b7575 (diff)
downloadopenbsd-c914528056cdb126fa0a225f3ee66af21a7caf66.tar.gz
openbsd-c914528056cdb126fa0a225f3ee66af21a7caf66.tar.bz2
openbsd-c914528056cdb126fa0a225f3ee66af21a7caf66.zip
zap stray tab
-rw-r--r--src/lib/libcrypto/dh/dh_key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh_key.c b/src/lib/libcrypto/dh/dh_key.c
index b46f037803..3920a00d09 100644
--- a/src/lib/libcrypto/dh/dh_key.c
+++ b/src/lib/libcrypto/dh/dh_key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_key.c,v 1.28 2018/06/12 15:32:54 sthen Exp $ */ 1/* $OpenBSD: dh_key.c,v 1.29 2018/06/12 15:33:18 sthen 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 *
@@ -200,7 +200,7 @@ compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
200 BN_CTX_start(ctx); 200 BN_CTX_start(ctx);
201 if ((tmp = BN_CTX_get(ctx)) == NULL) 201 if ((tmp = BN_CTX_get(ctx)) == NULL)
202 goto err; 202 goto err;
203 203
204 if (dh->priv_key == NULL) { 204 if (dh->priv_key == NULL) {
205 DHerror(DH_R_NO_PRIVATE_VALUE); 205 DHerror(DH_R_NO_PRIVATE_VALUE);
206 goto err; 206 goto err;