summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--doc/gcrypt.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dbe30eef..878742e6 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,7 @@ Noteworthy changes in version 1.6.0 (2013-12-16)
* Mitigated the Yarom/Falkner flush+reload side-channel attack on RSA
secret keys. See <http://eprint.iacr.org/2013/448> [CVE-2013-4242].
- * Added support for Deterministic DSA as per RFC-6969.
+ * Added support for Deterministic DSA as per RFC-6979.
* Added support for curve Ed25519.
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index dc429501..d5b6c8e6 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -951,7 +951,7 @@ The default is @code{GCRY_RNG_TYPE_STANDARD} unless FIPS mode as been
enabled; in which case @code{GCRY_RNG_TYPE_FIPS} is used and locked
against further changes.
-@item GCRYCTL_GETT_CURRENT_RNG_TYPE; Arguments: int *
+@item GCRYCTL_GET_CURRENT_RNG_TYPE; Arguments: int *
This command stores the type of the currently used RNG as an integer
value at the provided address.