diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssl_bio_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl_bio_string.h b/crypto/openssl_bio_string.h index 70d4331..ca46c12 100644 --- a/crypto/openssl_bio_string.h +++ b/crypto/openssl_bio_string.h @@ -21,7 +21,7 @@ namespace crypto { // within OpenSSL. // // Note: |out| must remain valid for the duration of the BIO. -BIO* CRYPTO_EXPORT BIO_new_string(std::string* out); +CRYPTO_EXPORT BIO* BIO_new_string(std::string* out); } // namespace crypto |