summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2018-02-17 14:35:40 +0000
committerjsing <jsing@openbsd.org>2018-02-17 14:35:40 +0000
commitbd81ada306d6b06a4b040c600e039ecd5ac7625f (patch)
treefeac68ebaa41a27d3e7c02da08c5290a76f7504b
parentProvide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() (diff)
downloadwireguard-openbsd-bd81ada306d6b06a4b040c600e039ecd5ac7625f.tar.xz
wireguard-openbsd-bd81ada306d6b06a4b040c600e039ecd5ac7625f.zip
s/DH/DSA/
-rw-r--r--lib/libcrypto/dsa/dsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/dsa/dsa.h b/lib/libcrypto/dsa/dsa.h
index f990ad52f04..608c15df6b2 100644
--- a/lib/libcrypto/dsa/dsa.h
+++ b/lib/libcrypto/dsa/dsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsa.h,v 1.23 2018/02/17 13:47:36 tb Exp $ */
+/* $OpenBSD: dsa.h,v 1.24 2018/02/17 14:35:40 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -259,7 +259,7 @@ DH *DSA_dup_DH(const DSA *r);
void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q,
const BIGNUM **g);
-void DSA_get0_key(const DH *d, const BIGNUM **pub_key, const BIGNUM **priv_key);
+void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key);
#define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \