summaryrefslogtreecommitdiff
path: root/seckey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-12-17 01:39:13 -0500
committerJeffrey Walton <noloader@gmail.com>2015-12-17 01:39:13 -0500
commitd1ae977256986f0525ad1cc0427db1857d94b712 (patch)
tree2f2aa89f1e2313238a1594dd99f0b278360fa2df /seckey.h
parentf70667b7625a31e70a2eafbf7e74ba56c5dfc99d (diff)
downloadcryptopp-git-d1ae977256986f0525ad1cc0427db1857d94b712.tar.gz
Fixed copy/paste error
Diffstat (limited to 'seckey.h')
-rw-r--r--seckey.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/seckey.h b/seckey.h
index 21360381..287d38a9 100644
--- a/seckey.h
+++ b/seckey.h
@@ -9,8 +9,8 @@
#include "config.h"
#if CRYPTOPP_MSC_VERSION
-# pragma IV_REQ the \ref SimpleKeyingInterface::IV_Requirement "IV requirements"(push)
-# pragma IV_REQ the \ref SimpleKeyingInterface::IV_Requirement "IV requirements"(disable: 4189)
+# pragma warning(push)
+# pragma warning(disable: 4189)
#endif
#include "cryptlib.h"
@@ -430,7 +430,7 @@ struct AuthenticatedSymmetricCipherDocumentation
NAMESPACE_END
#if CRYPTOPP_MSC_VERSION
-# pragma IV_REQ the \ref SimpleKeyingInterface::IV_Requirement "IV requirements"(pop)
+# pragma warning(pop)
#endif
#endif