aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pubkey/pk_codecs/pkcs8.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pubkey/pk_codecs/pkcs8.h b/src/pubkey/pk_codecs/pkcs8.h
index 87f8ba326..0965e5ff1 100644
--- a/src/pubkey/pk_codecs/pkcs8.h
+++ b/src/pubkey/pk_codecs/pkcs8.h
@@ -117,11 +117,6 @@ BOTAN_DLL std::string PEM_encode(const Private_Key& key,
const std::string& pass,
const std::string& pbe_algo = "");
-BOTAN_DLL std::string PEM_encode(const Private_Key&,
- const std::string&,
- const std::string& = "");
-
-
/**
* Load a key from a data source.
* @param source the data source providing the encoded key