summaryrefslogtreecommitdiff
path: root/dll.h
diff options
context:
space:
mode:
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