summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-01 00:49:59 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-01 00:49:59 -0500
commit7ab9b00f909b823f41abed023f40f4957e4cb20a (patch)
tree7d0c33a3f4a4780b4a4b3baa175204496f49df74 /sha.h
parent6970ef702d8615ad3a5a79b391036caf08a2de95 (diff)
downloadcryptopp-git-7ab9b00f909b823f41abed023f40f4957e4cb20a.tar.gz
Add Intel SHA1 extension support
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sha.h b/sha.h
index 008c9b37..dc5e8b64 100644
--- a/sha.h
+++ b/sha.h
@@ -1,7 +1,6 @@
// sha.h - written and placed in the public domain by Wei Dai
-//! \file
-//! \headerfile sha.h
+//! \file sha.h
//! \brief Classes for SHA-1 and SHA-2 family of message digests
#ifndef CRYPTOPP_SHA_H