Index: crypto/openssl_bio_string.h |
diff --git a/crypto/openssl_bio_string.h b/crypto/openssl_bio_string.h |
index 70d4331aa7687420db37aaf79cf16f80fb8082cb..ca46c12de8d8feab6077e09f2ab6bb866501153b 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 |