mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 13:16:58 +00:00
Add thirdparty libs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef OPENSSL_FIPS
|
||||
# include "fips_err.h"
|
||||
#else
|
||||
static void *dummy = &dummy;
|
||||
#endif
|
||||
Reference in New Issue
Block a user