diff options
author | Ingela Anderton Andin <[email protected]> | 2011-06-01 10:38:57 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-06-07 17:32:32 +0200 |
commit | 8f74c4a943269ab5eb1e6177282e5fb8c765d3b7 (patch) | |
tree | 5085b0ef60170eda4cec70de03a80bd8fadea247 /lib/ssl/test/Makefile | |
parent | 612de104d23a01d5753ca39f4db4e14ba0234897 (diff) | |
download | otp-8f74c4a943269ab5eb1e6177282e5fb8c765d3b7.tar.gz otp-8f74c4a943269ab5eb1e6177282e5fb8c765d3b7.tar.bz2 otp-8f74c4a943269ab5eb1e6177282e5fb8c765d3b7.zip |
Prevention of denial of service attack
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 53b2223035..5be07cad2c 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -61,8 +61,10 @@ HRL_FILES = ssl_test_MACHINE.hrl HRL_FILES_SRC = \ ssl_int.hrl \ + ssl_internal.hrl\ ssl_alert.hrl \ - ssl_handshake.hrl + ssl_handshake.hrl \ + ssl_record.hrl HRL_FILES_INC = |