diff options
Diffstat (limited to 'plugins/SecureIM/src/svcs_rsa.h')
-rw-r--r-- | plugins/SecureIM/src/svcs_rsa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h index 3f43e71d30..7535a61276 100644 --- a/plugins/SecureIM/src/svcs_rsa.h +++ b/plugins/SecureIM/src/svcs_rsa.h @@ -1,8 +1,6 @@ #ifndef __SVCS_RSA_H__
#define __SVCS_RSA_H__
-#include <windows.h>
-
extern pRSA_EXPORT exp;
extern RSA_IMPORT imp;
extern BOOL rsa_4096;
|