aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-11 10:48:59 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:38:18 +0000
commit8ba708e5166b02ab61f2762d36b3e7b7455e9c06 (patch)
tree656a9eea1a383757494ea7058d7ea680ba46e93c /crypto
parent1aeaa7ec06ccd4c819a3ca94139c3ab79463fada (diff)
downloadopenssl-8ba708e5166b02ab61f2762d36b3e7b7455e9c06.zip
openssl-8ba708e5166b02ab61f2762d36b3e7b7455e9c06.tar.gz
openssl-8ba708e5166b02ab61f2762d36b3e7b7455e9c06.tar.bz2
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 <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ct/Makefile3
1 files changed, 2 insertions, 1 deletions
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