From 8ba708e5166b02ab61f2762d36b3e7b7455e9c06 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 11 Sep 2015 10:48:59 +0100 Subject: Reorganise state machine files Pull out the state machine into a separate sub directory. Also moved some functions which were nothing to do with the state machine but were in state machine files. Pulled all the SSL_METHOD definitions into one place...most of those files had very little left in them any more. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- crypto/ct/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile index 2f55a2d..dfb0839 100644 --- a/crypto/ct/Makefile +++ b/crypto/ct/Makefile @@ -90,4 +90,5 @@ ct_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h ct_lib.o: ../../include/openssl/tls1.h ../../include/openssl/x509.h ct_lib.o: ../../include/openssl/x509_vfy.h ../../ssl/packet_locl.h ct_lib.o: ../../ssl/record/record.h ../../ssl/ssl_locl.h -ct_lib.o: ../include/internal/cryptlib.h ../include/internal/ct_int.h ct_lib.c +ct_lib.o: ../../ssl/statem/statem.h ../include/internal/cryptlib.h +ct_lib.o: ../include/internal/ct_int.h ct_lib.c -- cgit v1.1