Skip to content

Commit 347c71e

Browse files
Aditya Shastrifacebook-github-bot
authored andcommitted
test diff
Differential Revision: D39395232 fbshipit-source-id: 5b1e2bc3fb862f8e7e42ebc95c39351f3cadf90c
1 parent e1422df commit 347c71e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fbpcf/engine/communication/SocketPartyCommunicationAgent.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <netdb.h>
1313
#include <netinet/in.h>
1414
#include <openssl/err.h>
15+
#include <openssl/opensslv.h>
1516
#include <openssl/ssl.h>
1617
#include <string.h>
1718
#include <sys/socket.h>
@@ -171,6 +172,7 @@ void SocketPartyCommunicationAgent::openServerPort(int sockFd, int portNo) {
171172
void SocketPartyCommunicationAgent::openClientPort(
172173
const std::string& serverAddress,
173174
int portNo) {
175+
XLOGF(INFO, "Version: {}", OpenSSL_version_major(OPENSSL_VERSION_STRING));
174176
XLOG(INFO) << "try to connect as client to " << serverAddress << " at port "
175177
<< portNo;
176178

0 commit comments

Comments
 (0)