]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/b_sock.c
Rename some BUF_xxx to OPENSSL_xxx
[thirdparty/openssl.git] / crypto / bio / b_sock.c
index e536eda2a65cef620f9b55eb9849d848aa4213e8..cc090724e804709f5deb09bdf4d94bf19d44310c 100644 (file)
@@ -402,7 +402,7 @@ int BIO_get_accept_socket(char *host, int bind_mode)
     if (BIO_sock_init() != 1)
         return ((int)INVALID_SOCKET);
 
-    if ((str = BUF_strdup(host)) == NULL)
+    if ((str = OPENSSL_strdup(host)) == NULL)
         return ((int)INVALID_SOCKET);
 
     h = p = NULL;