Loading extra/yassl/include/yassl_types.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ const opaque master_label[MASTER_LABEL_SZ + 1] = "master secret"; const opaque key_label [KEY_LABEL_SZ + 1] = "key expansion"; } // namespace } // naemspace #if __GNUC__ == 2 && __GNUC_MINOR__ <= 96 /* Loading @@ -456,4 +456,5 @@ const opaque key_label [KEY_LABEL_SZ + 1] = "key expansion"; using yaSSL::byte; #endif #endif // yaSSL_TYPES_HPP extra/yassl/src/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,4 @@ libyassl_a_SOURCES = buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp \ handshake.cpp lock.cpp log.cpp socket_wrapper.cpp ssl.cpp \ template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp EXTRA_DIST = ../include/*.hpp ../include/openssl/*.h AM_CXXFLAGS = -DYASSL_PURE_C extra/yassl/src/buffer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ */ #include <string.h> // memcpy #include "runtime.hpp" #include "buffer.hpp" #include "yassl_types.hpp" Loading extra/yassl/src/cert_wrapper.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ * */ #include "runtime.hpp" #include "cert_wrapper.hpp" #include "yassl_int.hpp" Loading extra/yassl/src/lock.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ /* Locking functions */ #include "runtime.hpp" #include "lock.hpp" Loading Loading
extra/yassl/include/yassl_types.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ const opaque master_label[MASTER_LABEL_SZ + 1] = "master secret"; const opaque key_label [KEY_LABEL_SZ + 1] = "key expansion"; } // namespace } // naemspace #if __GNUC__ == 2 && __GNUC_MINOR__ <= 96 /* Loading @@ -456,4 +456,5 @@ const opaque key_label [KEY_LABEL_SZ + 1] = "key expansion"; using yaSSL::byte; #endif #endif // yaSSL_TYPES_HPP
extra/yassl/src/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,4 @@ libyassl_a_SOURCES = buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp \ handshake.cpp lock.cpp log.cpp socket_wrapper.cpp ssl.cpp \ template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp EXTRA_DIST = ../include/*.hpp ../include/openssl/*.h AM_CXXFLAGS = -DYASSL_PURE_C
extra/yassl/src/buffer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ */ #include <string.h> // memcpy #include "runtime.hpp" #include "buffer.hpp" #include "yassl_types.hpp" Loading
extra/yassl/src/cert_wrapper.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ * */ #include "runtime.hpp" #include "cert_wrapper.hpp" #include "yassl_int.hpp" Loading
extra/yassl/src/lock.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ /* Locking functions */ #include "runtime.hpp" #include "lock.hpp" Loading