Skip to content

Commit 38dc2f1

Browse files
committed
build: MSVC: fixed linking with OpenSSL
1 parent 901af7c commit 38dc2f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/rdkafka_ssl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
#ifdef _WIN32
4242
#include <wincrypt.h>
4343
#pragma comment(lib, "crypt32.lib")
44-
#pragma comment(lib, "libcrypto.lib")
45-
#pragma comment(lib, "libssl.lib")
4644
#endif
4745

4846
#include <openssl/x509.h>

0 commit comments

Comments
 (0)