Changeset 143 for Mulberry/trunk/Plug-ins/SMIME/sources/CSMIMEPluginDLL.h
- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Location:
- Mulberry/trunk/Plug-ins/SMIME
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
sources/CSMIMEPluginDLL.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Plug-ins/SMIME
- Property svn:ignore
-
old new 3 3 .obj 4 4 build 5 Debug 6 SMIME.vcproj.*.user
-
- Property svn:ignore
-
Mulberry/trunk/Plug-ins/SMIME/sources/CSMIMEPluginDLL.h
r54 r143 37 37 #include "cdstring.h" 38 38 39 #if __dest_os == __win32_os 40 //#define USE_CMS 41 #include <openssl/err.h> 42 #include <openssl/pem.h> 43 #include <openssl/ssl.h> 44 #include <openssl/x509v3.h> 45 #else 39 46 #include "openssl_.h" 40 41 #if __dest_os == __win32_os42 #define USE_CMS43 47 #endif 44 48