Skip to content

Commit 9841354

Browse files
sgolemon-corpevergreen
authored andcommitted
SERVER-41121 Fix typo in preprocessor condition
1 parent f299e8b commit 9841354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo/util/net/ssl_manager_openssl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ inline int X509_NAME_ENTRY_set(const X509_NAME_ENTRY* ne) {
250250
return ne->set;
251251
}
252252

253-
#if OPENSSL_VESION_NUMBER < 0x10002000L
253+
#if OPENSSL_VERSION_NUMBER < 0x10002000L
254254
inline bool ASN1_TIME_diff(int*, int*, const ASN1_TIME*, const ASN1_TIME*) {
255255
return false;
256256
}

0 commit comments

Comments
 (0)