diff options
author | msvensson@neptunus.(none) <> | 2006-04-18 12:08:06 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-04-18 12:08:06 +0200 |
commit | c53f2320e4947379328571e191be29e4bca50d51 (patch) | |
tree | 2b031e71f779a6706f62a625f72e9702149cb270 /extra/yassl/include/openssl/rsa.h | |
parent | 9a12ddcf5e9ba084ae135ecb7842f2a243216e93 (diff) | |
download | mariadb-git-c53f2320e4947379328571e191be29e4bca50d51.tar.gz |
Bug#18815 libmysql using yassl can't be linked with c program
- Apply patch to remove dependency on C++ libs when linking "libmysql" from c
Diffstat (limited to 'extra/yassl/include/openssl/rsa.h')
-rw-r--r-- | extra/yassl/include/openssl/rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/openssl/rsa.h b/extra/yassl/include/openssl/rsa.h index 1ab9d13b89f..fe64e655bdc 100644 --- a/extra/yassl/include/openssl/rsa.h +++ b/extra/yassl/include/openssl/rsa.h @@ -1,7 +1,7 @@ /* rsa.h for openSSL */ -#ifndef ysSSL_rsa_h__ +#ifndef yaSSL_rsa_h__ #define yaSSL_rsa_h__ enum { RSA_F4 = 1 }; |