diff options
Diffstat (limited to 'plugins/SecureIM/src/svcs_rsa.h')
-rw-r--r-- | plugins/SecureIM/src/svcs_rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h index d054b48054..f076d3bd8b 100644 --- a/plugins/SecureIM/src/svcs_rsa.h +++ b/plugins/SecureIM/src/svcs_rsa.h @@ -1,7 +1,7 @@ #ifndef __SVCS_RSA_H__
#define __SVCS_RSA_H__
-extern pRSA_EXPORT exp;
+extern pRSA_EXPORT mir_exp;
extern RSA_IMPORT imp;
extern BOOL rsa_4096;
|