Commit 8d6c0896 authored by unknown's avatar unknown
Browse files

Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/home/svoj/devel/mysql/yassl1-mysql-5.0

parents ac480a37 672dffca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
/*
@@ -456,4 +456,5 @@ const opaque key_label [KEY_LABEL_SZ + 1] = "key expansion";
using yaSSL::byte;
#endif


#endif // yaSSL_TYPES_HPP
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
 */

#include <string.h>             // memcpy
#include "runtime.hpp"
#include "buffer.hpp"
#include "yassl_types.hpp"

+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
 *
 */

#include "runtime.hpp"
#include "cert_wrapper.hpp"
#include "yassl_int.hpp"

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
/*  Locking functions
 */

#include "runtime.hpp"
#include "lock.hpp"


Loading