diff options
author | msvensson@shellback.(none) <> | 2006-11-29 09:21:37 +0100 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-11-29 09:21:37 +0100 |
commit | 838d1d53b4e65980fbd10e496b43f49251e04790 (patch) | |
tree | 5d536b5e9188dd4985d4f225dd2cf252fbba06d2 /extra/yassl/taocrypt/include/asn.hpp | |
parent | 45ea756c5fae0ffe6c2e5f32ad42ba956f37abec (diff) | |
download | mariadb-git-838d1d53b4e65980fbd10e496b43f49251e04790.tar.gz |
Import version 1.50 of yaSSL
Diffstat (limited to 'extra/yassl/taocrypt/include/asn.hpp')
-rw-r--r-- | extra/yassl/taocrypt/include/asn.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/include/asn.hpp b/extra/yassl/taocrypt/include/asn.hpp index dbee54be6f1..1151f3c944e 100644 --- a/extra/yassl/taocrypt/include/asn.hpp +++ b/extra/yassl/taocrypt/include/asn.hpp @@ -34,7 +34,11 @@ #include "misc.hpp" #include "block.hpp" #include "error.hpp" -#include STL_LIST_FILE +#ifdef USE_SYS_STL + #include <list> +#else + #include "list.hpp" +#endif namespace STL = STL_NAMESPACE; |