summaryrefslogtreecommitdiff
path: root/dll.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-10-14 09:43:14 +0000
committerweidai <weidai11@users.noreply.github.com>2003-10-14 09:43:14 +0000
commit6de6ad385c599dc2c3183a449c81bda9a44b18dc (patch)
tree1d8676eb5a14fd37c16587e2b17c12e8c79e0a26 /dll.h
parent852394c4e04e7287e661c19c62544922acb6a4ee (diff)
downloadcryptopp-git-6de6ad385c599dc2c3183a449c81bda9a44b18dc.tar.gz
reduce source file dependencies
Diffstat (limited to 'dll.h')
-rw-r--r--dll.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dll.h b/dll.h
index 4bf44ee5..0a175503 100644
--- a/dll.h
+++ b/dll.h
@@ -61,8 +61,6 @@ typedef void (CRYPTOPP_CDECL * PGetNewAndDelete)(PNew &, PDelete &);
typedef new_handler (CRYPTOPP_CDECL * PSetNewHandler)(new_handler);
typedef void (CRYPTOPP_CDECL * PSetNewAndDelete)(PNew, PDelete, PSetNewHandler);
-CRYPTOPP_DLL void DoDllPowerUpSelfTest();
-
NAMESPACE_END
#endif