mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
The mySTL directory has moved from yassl/mySTL to yassl/taocrypt/mySTL
This commit is contained in:
parent
a714c2cfb3
commit
131d94f58c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
ADD_DEFINITIONS("-DWIN32 -D_LIB -DYASSL_PREFIX")
|
||||
|
||||
INCLUDE_DIRECTORIES(include taocrypt/include mySTL)
|
||||
INCLUDE_DIRECTORIES(include taocrypt/include taocrypt/mySTL)
|
||||
ADD_LIBRARY(yassl src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp src/handshake.cpp src/lock.cpp
|
||||
src/log.cpp src/socket_wrapper.cpp src/ssl.cpp src/timer.cpp src/yassl_error.cpp
|
||||
src/yassl_imp.cpp src/yassl_int.cpp)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
INCLUDE_DIRECTORIES(../mySTL include)
|
||||
INCLUDE_DIRECTORIES(mySTL include)
|
||||
|
||||
ADD_LIBRARY(taocrypt src/aes.cpp src/aestables.cpp src/algebra.cpp src/arc4.cpp src/asn.cpp src/coding.cpp
|
||||
src/des.cpp src/dh.cpp src/dsa.cpp src/file.cpp src/hash.cpp src/integer.cpp src/md2.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue