diff options
author | Jose <jose@zeroc.com> | 2021-10-04 22:11:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-10-04 22:11:00 +0200 |
commit | 86850f0be1d47bb5739df05e151f323e4435385f (patch) | |
tree | 78522106d839c51f0c0e290952bea2ecd4b57db8 /cpp/src | |
parent | Copy dlls (#1312) (diff) | |
download | ice-86850f0be1d47bb5739df05e151f323e4435385f.tar.bz2 ice-86850f0be1d47bb5739df05e151f323e4435385f.tar.xz ice-86850f0be1d47bb5739df05e151f323e4435385f.zip |
Copy DLL target fixes
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLCertificateI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLCertificateI.cpp b/cpp/src/IceSSL/OpenSSLCertificateI.cpp index d2c44f40f1f..44392e3d1b5 100644 --- a/cpp/src/IceSSL/OpenSSLCertificateI.cpp +++ b/cpp/src/IceSSL/OpenSSLCertificateI.cpp @@ -45,7 +45,6 @@ extern "C" typedef void (*FreeFunc)(void*); # define X509_get_extended_key_usage(x) (x->ex_xkusage) #endif - namespace { |