summaryrefslogtreecommitdiff
path: root/adhoc.cpp.proto
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-02-02 13:57:44 -0500
committerJeffrey Walton <noloader@gmail.com>2016-02-02 13:57:44 -0500
commitdb9e7ec81939bce532fffb0bd2601c43694a8a4c (patch)
tree8f1b3e66ef3bb7cd40bf6e303f6a51422d30e7a6 /adhoc.cpp.proto
parent82d8c4a8b5cb4ebeb0e1ffeef3550c1cb23909a4 (diff)
downloadcryptopp-git-db9e7ec81939bce532fffb0bd2601c43694a8a4c.tar.gz
Removed workarounds for compilers that responded to Asan and UBsan flags
Diffstat (limited to 'adhoc.cpp.proto')
-rw-r--r--adhoc.cpp.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
index c8d59f94..ca93c452 100644
--- a/adhoc.cpp.proto
+++ b/adhoc.cpp.proto
@@ -13,7 +13,6 @@ USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)
// Used for testing the compiler and linker in cryptest.sh
-
#if defined(CRYPTOPP_ADHOC_MAIN)
int main(int argc, char *argv[])
@@ -35,4 +34,4 @@ int MyAdhocTest(int argc, char *argv[])
static int s_i = (AdhocTest = &MyAdhocTest, 0);
-#endif \ No newline at end of file
+#endif