summaryrefslogtreecommitdiff
path: root/cipher/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/sha256.c')
-rw-r--r--cipher/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/sha256.c b/cipher/sha256.c
index 9d47b837..bc439c3d 100644
--- a/cipher/sha256.c
+++ b/cipher/sha256.c
@@ -333,7 +333,7 @@ static byte asn256[19] = /* Object ID is 2.16.840.1.101.3.4.2.1 */
static gcry_md_oid_spec_t oid_spec_sha256[] =
{
- /* According to the OpenPGG draft rfc2440-bis06 */
+ /* According to the OpenPGP draft rfc2440-bis06 */
{ "2.16.840.1.101.3.4.2.1" },
/* PKCS#1 sha256WithRSAEncryption */
{ "1.2.840.113549.1.1.11" },