summaryrefslogtreecommitdiff
path: root/zen/open_ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/open_ssl.h')
-rw-r--r--zen/open_ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/open_ssl.h b/zen/open_ssl.h
index c66ad9c0..1a28f068 100644
--- a/zen/open_ssl.h
+++ b/zen/open_ssl.h
@@ -33,7 +33,7 @@ void verifySignature(const std::string& message,
std::string convertRsaKey(const std::string& keyStream, RsaStreamType typeFrom, RsaStreamType typeTo, bool publicKey); //throw SysError
-bool isPuttyKeyStream(const std::string& keyStream);
+bool isPuttyKeyStream(const std::string_view keyStream);
std::string convertPuttyKeyToPkix(const std::string& keyStream, const std::string& passphrase); //throw SysError
}
bgstack15