summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-02-02 06:25:38 +0100
committerUros Majstorovic <majstor@majstor.org>2022-02-02 06:25:38 +0100
commit378d4ce7552df580e3ddd89c2faa9f8c5086d646 (patch)
tree36fe323de93de5d6b8fb27827fc57984c5b15f6d
parent9d775a05562d6166a5142d9820ffa7c26de55d6c (diff)
renamed crypto -> ext
-rw-r--r--ext/Makefile (renamed from crypto/Makefile)0
-rw-r--r--ext/aes/Makefile (renamed from crypto/aes/Makefile)0
-rw-r--r--ext/aes/aes.c (renamed from crypto/aes/aes.c)0
-rw-r--r--ext/aes/aes.h (renamed from crypto/aes/aes.h)0
-rw-r--r--ext/blowfish/Makefile (renamed from crypto/blowfish/Makefile)0
-rw-r--r--ext/blowfish/blowfish.c (renamed from crypto/blowfish/blowfish.c)0
-rw-r--r--ext/blowfish/blowfish.h (renamed from crypto/blowfish/blowfish.h)0
-rw-r--r--ext/crypto_obj.mk (renamed from crypto/crypto_obj.mk)0
-rw-r--r--ext/libressl/Makefile (renamed from crypto/libressl/Makefile)0
-rw-r--r--ext/libressl/README (renamed from crypto/libressl/README)0
-rw-r--r--ext/libressl/crypto/aead/Makefile (renamed from crypto/libressl/crypto/aead/Makefile)0
-rw-r--r--ext/libressl/crypto/aead/e_chacha20poly1305.c (renamed from crypto/libressl/crypto/aead/e_chacha20poly1305.c)0
-rw-r--r--ext/libressl/crypto/aes/Makefile (renamed from crypto/libressl/crypto/aes/Makefile)0
-rw-r--r--ext/libressl/crypto/aes/aes-elf-armv4.S (renamed from crypto/libressl/crypto/aes/aes-elf-armv4.S)0
-rw-r--r--ext/libressl/crypto/aes/aes-elf-x86_64.S (renamed from crypto/libressl/crypto/aes/aes-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aes-macosx-x86_64.S (renamed from crypto/libressl/crypto/aes/aes-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aes-masm-x86_64.S (renamed from crypto/libressl/crypto/aes/aes-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aes-mingw64-x86_64.S (renamed from crypto/libressl/crypto/aes/aes-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aes_cbc.c (renamed from crypto/libressl/crypto/aes/aes_cbc.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_cfb.c (renamed from crypto/libressl/crypto/aes/aes_cfb.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_core.c (renamed from crypto/libressl/crypto/aes/aes_core.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_ctr.c (renamed from crypto/libressl/crypto/aes/aes_ctr.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_ecb.c (renamed from crypto/libressl/crypto/aes/aes_ecb.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_ige.c (renamed from crypto/libressl/crypto/aes/aes_ige.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_locl.h (renamed from crypto/libressl/crypto/aes/aes_locl.h)0
-rw-r--r--ext/libressl/crypto/aes/aes_misc.c (renamed from crypto/libressl/crypto/aes/aes_misc.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_ofb.c (renamed from crypto/libressl/crypto/aes/aes_ofb.c)0
-rw-r--r--ext/libressl/crypto/aes/aes_wrap.c (renamed from crypto/libressl/crypto/aes/aes_wrap.c)0
-rw-r--r--ext/libressl/crypto/aes/aesni-elf-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-macosx-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-masm-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-mingw64-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-sha1-elf-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-sha1-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-sha1-masm-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-sha1-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S (renamed from crypto/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/bsaes-elf-x86_64.S (renamed from crypto/libressl/crypto/aes/bsaes-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/bsaes-macosx-x86_64.S (renamed from crypto/libressl/crypto/aes/bsaes-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/bsaes-masm-x86_64.S (renamed from crypto/libressl/crypto/aes/bsaes-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/bsaes-mingw64-x86_64.S (renamed from crypto/libressl/crypto/aes/bsaes-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/vpaes-elf-x86_64.S (renamed from crypto/libressl/crypto/aes/vpaes-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/vpaes-macosx-x86_64.S (renamed from crypto/libressl/crypto/aes/vpaes-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/vpaes-masm-x86_64.S (renamed from crypto/libressl/crypto/aes/vpaes-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/aes/vpaes-mingw64-x86_64.S (renamed from crypto/libressl/crypto/aes/vpaes-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/bf/Makefile (renamed from crypto/libressl/crypto/bf/Makefile)0
-rw-r--r--ext/libressl/crypto/bf/bf_cfb64.c (renamed from crypto/libressl/crypto/bf/bf_cfb64.c)0
-rw-r--r--ext/libressl/crypto/bf/bf_ecb.c (renamed from crypto/libressl/crypto/bf/bf_ecb.c)0
-rw-r--r--ext/libressl/crypto/bf/bf_enc.c (renamed from crypto/libressl/crypto/bf/bf_enc.c)0
-rw-r--r--ext/libressl/crypto/bf/bf_locl.h (renamed from crypto/libressl/crypto/bf/bf_locl.h)0
-rw-r--r--ext/libressl/crypto/bf/bf_ofb64.c (renamed from crypto/libressl/crypto/bf/bf_ofb64.c)0
-rw-r--r--ext/libressl/crypto/bf/bf_pi.h (renamed from crypto/libressl/crypto/bf/bf_pi.h)0
-rw-r--r--ext/libressl/crypto/bf/bf_skey.c (renamed from crypto/libressl/crypto/bf/bf_skey.c)0
-rw-r--r--ext/libressl/crypto/chacha/Makefile (renamed from crypto/libressl/crypto/chacha/Makefile)0
-rw-r--r--ext/libressl/crypto/chacha/chacha-merged.c (renamed from crypto/libressl/crypto/chacha/chacha-merged.c)0
-rw-r--r--ext/libressl/crypto/chacha/chacha.c (renamed from crypto/libressl/crypto/chacha/chacha.c)0
-rw-r--r--ext/libressl/crypto/compat/Makefile (renamed from crypto/libressl/crypto/compat/Makefile)0
-rw-r--r--ext/libressl/crypto/compat/arc4random.c (renamed from crypto/libressl/crypto/compat/arc4random.c)0
-rw-r--r--ext/libressl/crypto/compat/arc4random.h (renamed from crypto/libressl/crypto/compat/arc4random.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_aix.h (renamed from crypto/libressl/crypto/compat/arc4random_aix.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_fe310.h (renamed from crypto/libressl/crypto/compat/arc4random_fe310.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_freebsd.h (renamed from crypto/libressl/crypto/compat/arc4random_freebsd.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_hpux.h (renamed from crypto/libressl/crypto/compat/arc4random_hpux.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_linux.h (renamed from crypto/libressl/crypto/compat/arc4random_linux.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_netbsd.h (renamed from crypto/libressl/crypto/compat/arc4random_netbsd.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_osx.h (renamed from crypto/libressl/crypto/compat/arc4random_osx.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_solaris.h (renamed from crypto/libressl/crypto/compat/arc4random_solaris.h)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_uniform.c (renamed from crypto/libressl/crypto/compat/arc4random_uniform.c)0
-rw-r--r--ext/libressl/crypto/compat/arc4random_win.h (renamed from crypto/libressl/crypto/compat/arc4random_win.h)0
-rw-r--r--ext/libressl/crypto/compat/chacha_private.h (renamed from crypto/libressl/crypto/compat/chacha_private.h)0
-rw-r--r--ext/libressl/crypto/compat/explicit_bzero.c (renamed from crypto/libressl/crypto/compat/explicit_bzero.c)0
-rw-r--r--ext/libressl/crypto/compat/explicit_bzero_win.c (renamed from crypto/libressl/crypto/compat/explicit_bzero_win.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_aix.c (renamed from crypto/libressl/crypto/compat/getentropy_aix.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_freebsd.c (renamed from crypto/libressl/crypto/compat/getentropy_freebsd.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_hpux.c (renamed from crypto/libressl/crypto/compat/getentropy_hpux.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_linux.c (renamed from crypto/libressl/crypto/compat/getentropy_linux.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_netbsd.c (renamed from crypto/libressl/crypto/compat/getentropy_netbsd.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_osx.c (renamed from crypto/libressl/crypto/compat/getentropy_osx.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_solaris.c (renamed from crypto/libressl/crypto/compat/getentropy_solaris.c)0
-rw-r--r--ext/libressl/crypto/compat/getentropy_win.c (renamed from crypto/libressl/crypto/compat/getentropy_win.c)0
-rw-r--r--ext/libressl/crypto/compat/timingsafe_bcmp.c (renamed from crypto/libressl/crypto/compat/timingsafe_bcmp.c)0
-rw-r--r--ext/libressl/crypto/compat/timingsafe_memcmp.c (renamed from crypto/libressl/crypto/compat/timingsafe_memcmp.c)0
-rw-r--r--ext/libressl/crypto/curve25519/Makefile (renamed from crypto/libressl/crypto/curve25519/Makefile)0
-rw-r--r--ext/libressl/crypto/curve25519/curve25519-generic.c (renamed from crypto/libressl/crypto/curve25519/curve25519-generic.c)0
-rw-r--r--ext/libressl/crypto/curve25519/curve25519.c (renamed from crypto/libressl/crypto/curve25519/curve25519.c)0
-rw-r--r--ext/libressl/crypto/curve25519/curve25519_internal.h (renamed from crypto/libressl/crypto/curve25519/curve25519_internal.h)0
-rw-r--r--ext/libressl/crypto/modes/Makefile (renamed from crypto/libressl/crypto/modes/Makefile)0
-rw-r--r--ext/libressl/crypto/modes/cbc128.c (renamed from crypto/libressl/crypto/modes/cbc128.c)0
-rw-r--r--ext/libressl/crypto/modes/ccm128.c (renamed from crypto/libressl/crypto/modes/ccm128.c)0
-rw-r--r--ext/libressl/crypto/modes/cfb128.c (renamed from crypto/libressl/crypto/modes/cfb128.c)0
-rw-r--r--ext/libressl/crypto/modes/ctr128.c (renamed from crypto/libressl/crypto/modes/ctr128.c)0
-rw-r--r--ext/libressl/crypto/modes/cts128.c (renamed from crypto/libressl/crypto/modes/cts128.c)0
-rw-r--r--ext/libressl/crypto/modes/gcm128.c (renamed from crypto/libressl/crypto/modes/gcm128.c)0
-rw-r--r--ext/libressl/crypto/modes/ghash-elf-armv4.S (renamed from crypto/libressl/crypto/modes/ghash-elf-armv4.S)0
-rw-r--r--ext/libressl/crypto/modes/ghash-elf-x86_64.S (renamed from crypto/libressl/crypto/modes/ghash-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/modes/ghash-macosx-x86_64.S (renamed from crypto/libressl/crypto/modes/ghash-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/modes/ghash-masm-x86_64.S (renamed from crypto/libressl/crypto/modes/ghash-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/modes/ghash-mingw64-x86_64.S (renamed from crypto/libressl/crypto/modes/ghash-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/modes/modes_lcl.h (renamed from crypto/libressl/crypto/modes/modes_lcl.h)0
-rw-r--r--ext/libressl/crypto/modes/ofb128.c (renamed from crypto/libressl/crypto/modes/ofb128.c)0
-rw-r--r--ext/libressl/crypto/modes/xts128.c (renamed from crypto/libressl/crypto/modes/xts128.c)0
-rw-r--r--ext/libressl/crypto/poly1305/Makefile (renamed from crypto/libressl/crypto/poly1305/Makefile)0
-rw-r--r--ext/libressl/crypto/poly1305/poly1305-donna.c (renamed from crypto/libressl/crypto/poly1305/poly1305-donna.c)0
-rw-r--r--ext/libressl/crypto/poly1305/poly1305.c (renamed from crypto/libressl/crypto/poly1305/poly1305.c)0
-rw-r--r--ext/libressl/crypto/sha/Makefile (renamed from crypto/libressl/crypto/sha/Makefile)0
-rw-r--r--ext/libressl/crypto/sha/sha1-elf-armv4.S (renamed from crypto/libressl/crypto/sha/sha1-elf-armv4.S)0
-rw-r--r--ext/libressl/crypto/sha/sha1-elf-x86_64.S (renamed from crypto/libressl/crypto/sha/sha1-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha1-macosx-x86_64.S (renamed from crypto/libressl/crypto/sha/sha1-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha1-masm-x86_64.S (renamed from crypto/libressl/crypto/sha/sha1-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha1-mingw64-x86_64.S (renamed from crypto/libressl/crypto/sha/sha1-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha1_one.c (renamed from crypto/libressl/crypto/sha/sha1_one.c)0
-rw-r--r--ext/libressl/crypto/sha/sha1dgst.c (renamed from crypto/libressl/crypto/sha/sha1dgst.c)0
-rw-r--r--ext/libressl/crypto/sha/sha256-elf-armv4.S (renamed from crypto/libressl/crypto/sha/sha256-elf-armv4.S)0
-rw-r--r--ext/libressl/crypto/sha/sha256-elf-x86_64.S (renamed from crypto/libressl/crypto/sha/sha256-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha256-macosx-x86_64.S (renamed from crypto/libressl/crypto/sha/sha256-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha256-masm-x86_64.S (renamed from crypto/libressl/crypto/sha/sha256-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha256-mingw64-x86_64.S (renamed from crypto/libressl/crypto/sha/sha256-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha256.c (renamed from crypto/libressl/crypto/sha/sha256.c)0
-rw-r--r--ext/libressl/crypto/sha/sha512-elf-armv4.S (renamed from crypto/libressl/crypto/sha/sha512-elf-armv4.S)0
-rw-r--r--ext/libressl/crypto/sha/sha512-elf-x86_64.S (renamed from crypto/libressl/crypto/sha/sha512-elf-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha512-macosx-x86_64.S (renamed from crypto/libressl/crypto/sha/sha512-macosx-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha512-masm-x86_64.S (renamed from crypto/libressl/crypto/sha/sha512-masm-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha512-mingw64-x86_64.S (renamed from crypto/libressl/crypto/sha/sha512-mingw64-x86_64.S)0
-rw-r--r--ext/libressl/crypto/sha/sha512.c (renamed from crypto/libressl/crypto/sha/sha512.c)0
-rw-r--r--ext/libressl/crypto/sha/sha_locl.h (renamed from crypto/libressl/crypto/sha/sha_locl.h)0
-rw-r--r--ext/libressl/include/compat/string.h (renamed from crypto/libressl/include/compat/string.h)0
-rw-r--r--ext/libressl/include/compat/unistd.h (renamed from crypto/libressl/include/compat/unistd.h)0
-rw-r--r--ext/libressl/include/md32_common.h (renamed from crypto/libressl/include/md32_common.h)0
-rw-r--r--ext/libressl/include/openssl/aes.h (renamed from crypto/libressl/include/openssl/aes.h)0
-rw-r--r--ext/libressl/include/openssl/blowfish.h (renamed from crypto/libressl/include/openssl/blowfish.h)0
-rw-r--r--ext/libressl/include/openssl/chacha.h (renamed from crypto/libressl/include/openssl/chacha.h)0
-rw-r--r--ext/libressl/include/openssl/crypto.h (renamed from crypto/libressl/include/openssl/crypto.h)0
-rw-r--r--ext/libressl/include/openssl/curve25519.h (renamed from crypto/libressl/include/openssl/curve25519.h)0
-rw-r--r--ext/libressl/include/openssl/modes.h (renamed from crypto/libressl/include/openssl/modes.h)0
-rw-r--r--ext/libressl/include/openssl/opensslconf.h (renamed from crypto/libressl/include/openssl/opensslconf.h)0
-rw-r--r--ext/libressl/include/openssl/opensslfeatures.h (renamed from crypto/libressl/include/openssl/opensslfeatures.h)0
-rw-r--r--ext/libressl/include/openssl/opensslv.h (renamed from crypto/libressl/include/openssl/opensslv.h)0
-rw-r--r--ext/libressl/include/openssl/poly1305.h (renamed from crypto/libressl/include/openssl/poly1305.h)0
-rw-r--r--ext/libressl/include/openssl/sha.h (renamed from crypto/libressl/include/openssl/sha.h)0
-rw-r--r--ext/libressl/ssl_common.mk (renamed from crypto/libressl/ssl_common.mk)0
-rw-r--r--ext/libressl/ssl_obj.mk (renamed from crypto/libressl/ssl_obj.mk)0
-rw-r--r--ext/sha/Makefile (renamed from crypto/sha/Makefile)0
-rw-r--r--ext/sha/sha1.c (renamed from crypto/sha/sha1.c)0
-rw-r--r--ext/sha/sha1.h (renamed from crypto/sha/sha1.h)0
143 files changed, 0 insertions, 0 deletions
diff --git a/crypto/Makefile b/ext/Makefile
index 1168470..1168470 100644
--- a/crypto/Makefile
+++ b/ext/Makefile
diff --git a/crypto/aes/Makefile b/ext/aes/Makefile
index 463aed3..463aed3 100644
--- a/crypto/aes/Makefile
+++ b/ext/aes/Makefile
diff --git a/crypto/aes/aes.c b/ext/aes/aes.c
index fc74d8d..fc74d8d 100644
--- a/crypto/aes/aes.c
+++ b/ext/aes/aes.c
diff --git a/crypto/aes/aes.h b/ext/aes/aes.h
index f6dd079..f6dd079 100644
--- a/crypto/aes/aes.h
+++ b/ext/aes/aes.h
diff --git a/crypto/blowfish/Makefile b/ext/blowfish/Makefile
index fff41a0..fff41a0 100644
--- a/crypto/blowfish/Makefile
+++ b/ext/blowfish/Makefile
diff --git a/crypto/blowfish/blowfish.c b/ext/blowfish/blowfish.c
index ada71d3..ada71d3 100644
--- a/crypto/blowfish/blowfish.c
+++ b/ext/blowfish/blowfish.c
diff --git a/crypto/blowfish/blowfish.h b/ext/blowfish/blowfish.h
index a317812..a317812 100644
--- a/crypto/blowfish/blowfish.h
+++ b/ext/blowfish/blowfish.h
diff --git a/crypto/crypto_obj.mk b/ext/crypto_obj.mk
index 54c7092..54c7092 100644
--- a/crypto/crypto_obj.mk
+++ b/ext/crypto_obj.mk
diff --git a/crypto/libressl/Makefile b/ext/libressl/Makefile
index 56eabfc..56eabfc 100644
--- a/crypto/libressl/Makefile
+++ b/ext/libressl/Makefile
diff --git a/crypto/libressl/README b/ext/libressl/README
index 43f2397..43f2397 100644
--- a/crypto/libressl/README
+++ b/ext/libressl/README
diff --git a/crypto/libressl/crypto/aead/Makefile b/ext/libressl/crypto/aead/Makefile
index 6bf1ccf..6bf1ccf 100644
--- a/crypto/libressl/crypto/aead/Makefile
+++ b/ext/libressl/crypto/aead/Makefile
diff --git a/crypto/libressl/crypto/aead/e_chacha20poly1305.c b/ext/libressl/crypto/aead/e_chacha20poly1305.c
index 9d8291e..9d8291e 100644
--- a/crypto/libressl/crypto/aead/e_chacha20poly1305.c
+++ b/ext/libressl/crypto/aead/e_chacha20poly1305.c
diff --git a/crypto/libressl/crypto/aes/Makefile b/ext/libressl/crypto/aes/Makefile
index 2b3c04c..2b3c04c 100644
--- a/crypto/libressl/crypto/aes/Makefile
+++ b/ext/libressl/crypto/aes/Makefile
diff --git a/crypto/libressl/crypto/aes/aes-elf-armv4.S b/ext/libressl/crypto/aes/aes-elf-armv4.S
index 8164b53..8164b53 100644
--- a/crypto/libressl/crypto/aes/aes-elf-armv4.S
+++ b/ext/libressl/crypto/aes/aes-elf-armv4.S
diff --git a/crypto/libressl/crypto/aes/aes-elf-x86_64.S b/ext/libressl/crypto/aes/aes-elf-x86_64.S
index 83c0053..83c0053 100644
--- a/crypto/libressl/crypto/aes/aes-elf-x86_64.S
+++ b/ext/libressl/crypto/aes/aes-elf-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aes-macosx-x86_64.S b/ext/libressl/crypto/aes/aes-macosx-x86_64.S
index 8a9c36e..8a9c36e 100644
--- a/crypto/libressl/crypto/aes/aes-macosx-x86_64.S
+++ b/ext/libressl/crypto/aes/aes-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aes-masm-x86_64.S b/ext/libressl/crypto/aes/aes-masm-x86_64.S
index 9094c72..9094c72 100644
--- a/crypto/libressl/crypto/aes/aes-masm-x86_64.S
+++ b/ext/libressl/crypto/aes/aes-masm-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aes-mingw64-x86_64.S b/ext/libressl/crypto/aes/aes-mingw64-x86_64.S
index ca2d60f..ca2d60f 100644
--- a/crypto/libressl/crypto/aes/aes-mingw64-x86_64.S
+++ b/ext/libressl/crypto/aes/aes-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aes_cbc.c b/ext/libressl/crypto/aes/aes_cbc.c
index 5e76f6e..5e76f6e 100644
--- a/crypto/libressl/crypto/aes/aes_cbc.c
+++ b/ext/libressl/crypto/aes/aes_cbc.c
diff --git a/crypto/libressl/crypto/aes/aes_cfb.c b/ext/libressl/crypto/aes/aes_cfb.c
index a6384f9..a6384f9 100644
--- a/crypto/libressl/crypto/aes/aes_cfb.c
+++ b/ext/libressl/crypto/aes/aes_cfb.c
diff --git a/crypto/libressl/crypto/aes/aes_core.c b/ext/libressl/crypto/aes/aes_core.c
index 1b8a24c..1b8a24c 100644
--- a/crypto/libressl/crypto/aes/aes_core.c
+++ b/ext/libressl/crypto/aes/aes_core.c
diff --git a/crypto/libressl/crypto/aes/aes_ctr.c b/ext/libressl/crypto/aes/aes_ctr.c
index 6079145..6079145 100644
--- a/crypto/libressl/crypto/aes/aes_ctr.c
+++ b/ext/libressl/crypto/aes/aes_ctr.c
diff --git a/crypto/libressl/crypto/aes/aes_ecb.c b/ext/libressl/crypto/aes/aes_ecb.c
index b05e539..b05e539 100644
--- a/crypto/libressl/crypto/aes/aes_ecb.c
+++ b/ext/libressl/crypto/aes/aes_ecb.c
diff --git a/crypto/libressl/crypto/aes/aes_ige.c b/ext/libressl/crypto/aes/aes_ige.c
index 85b7f69..85b7f69 100644
--- a/crypto/libressl/crypto/aes/aes_ige.c
+++ b/ext/libressl/crypto/aes/aes_ige.c
diff --git a/crypto/libressl/crypto/aes/aes_locl.h b/ext/libressl/crypto/aes/aes_locl.h
index c47f65d..c47f65d 100644
--- a/crypto/libressl/crypto/aes/aes_locl.h
+++ b/ext/libressl/crypto/aes/aes_locl.h
diff --git a/crypto/libressl/crypto/aes/aes_misc.c b/ext/libressl/crypto/aes/aes_misc.c
index 6c1506d..6c1506d 100644
--- a/crypto/libressl/crypto/aes/aes_misc.c
+++ b/ext/libressl/crypto/aes/aes_misc.c
diff --git a/crypto/libressl/crypto/aes/aes_ofb.c b/ext/libressl/crypto/aes/aes_ofb.c
index f8dc03a..f8dc03a 100644
--- a/crypto/libressl/crypto/aes/aes_ofb.c
+++ b/ext/libressl/crypto/aes/aes_ofb.c
diff --git a/crypto/libressl/crypto/aes/aes_wrap.c b/ext/libressl/crypto/aes/aes_wrap.c
index b30630f..b30630f 100644
--- a/crypto/libressl/crypto/aes/aes_wrap.c
+++ b/ext/libressl/crypto/aes/aes_wrap.c
diff --git a/crypto/libressl/crypto/aes/aesni-elf-x86_64.S b/ext/libressl/crypto/aes/aesni-elf-x86_64.S
index 3b3dabf..3b3dabf 100644
--- a/crypto/libressl/crypto/aes/aesni-elf-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-elf-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-macosx-x86_64.S b/ext/libressl/crypto/aes/aesni-macosx-x86_64.S
index 6b3216b..6b3216b 100644
--- a/crypto/libressl/crypto/aes/aesni-macosx-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-masm-x86_64.S b/ext/libressl/crypto/aes/aesni-masm-x86_64.S
index f2a2490..f2a2490 100644
--- a/crypto/libressl/crypto/aes/aesni-masm-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-masm-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-mingw64-x86_64.S b/ext/libressl/crypto/aes/aesni-mingw64-x86_64.S
index 0a82a10..0a82a10 100644
--- a/crypto/libressl/crypto/aes/aesni-mingw64-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-sha1-elf-x86_64.S b/ext/libressl/crypto/aes/aesni-sha1-elf-x86_64.S
index c0b3e5f..c0b3e5f 100644
--- a/crypto/libressl/crypto/aes/aesni-sha1-elf-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-sha1-elf-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S b/ext/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S
index 3e88b1a..3e88b1a 100644
--- a/crypto/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-sha1-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-sha1-masm-x86_64.S b/ext/libressl/crypto/aes/aesni-sha1-masm-x86_64.S
index db95881..db95881 100644
--- a/crypto/libressl/crypto/aes/aesni-sha1-masm-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-sha1-masm-x86_64.S
diff --git a/crypto/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S b/ext/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S
index c7a2d5c..c7a2d5c 100644
--- a/crypto/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S
+++ b/ext/libressl/crypto/aes/aesni-sha1-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/aes/bsaes-elf-x86_64.S b/ext/libressl/crypto/aes/bsaes-elf-x86_64.S
index 903e374..903e374 100644
--- a/crypto/libressl/crypto/aes/bsaes-elf-x86_64.S
+++ b/ext/libressl/crypto/aes/bsaes-elf-x86_64.S
diff --git a/crypto/libressl/crypto/aes/bsaes-macosx-x86_64.S b/ext/libressl/crypto/aes/bsaes-macosx-x86_64.S
index 5f780f0..5f780f0 100644
--- a/crypto/libressl/crypto/aes/bsaes-macosx-x86_64.S
+++ b/ext/libressl/crypto/aes/bsaes-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/aes/bsaes-masm-x86_64.S b/ext/libressl/crypto/aes/bsaes-masm-x86_64.S
index 6b1a97d..6b1a97d 100644
--- a/crypto/libressl/crypto/aes/bsaes-masm-x86_64.S
+++ b/ext/libressl/crypto/aes/bsaes-masm-x86_64.S
diff --git a/crypto/libressl/crypto/aes/bsaes-mingw64-x86_64.S b/ext/libressl/crypto/aes/bsaes-mingw64-x86_64.S
index f0b07cb..f0b07cb 100644
--- a/crypto/libressl/crypto/aes/bsaes-mingw64-x86_64.S
+++ b/ext/libressl/crypto/aes/bsaes-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/aes/vpaes-elf-x86_64.S b/ext/libressl/crypto/aes/vpaes-elf-x86_64.S
index 1e1a6e8..1e1a6e8 100644
--- a/crypto/libressl/crypto/aes/vpaes-elf-x86_64.S
+++ b/ext/libressl/crypto/aes/vpaes-elf-x86_64.S
diff --git a/crypto/libressl/crypto/aes/vpaes-macosx-x86_64.S b/ext/libressl/crypto/aes/vpaes-macosx-x86_64.S
index 0a892a9..0a892a9 100644
--- a/crypto/libressl/crypto/aes/vpaes-macosx-x86_64.S
+++ b/ext/libressl/crypto/aes/vpaes-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/aes/vpaes-masm-x86_64.S b/ext/libressl/crypto/aes/vpaes-masm-x86_64.S
index e10d98d..e10d98d 100644
--- a/crypto/libressl/crypto/aes/vpaes-masm-x86_64.S
+++ b/ext/libressl/crypto/aes/vpaes-masm-x86_64.S
diff --git a/crypto/libressl/crypto/aes/vpaes-mingw64-x86_64.S b/ext/libressl/crypto/aes/vpaes-mingw64-x86_64.S
index d6cb860..d6cb860 100644
--- a/crypto/libressl/crypto/aes/vpaes-mingw64-x86_64.S
+++ b/ext/libressl/crypto/aes/vpaes-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/bf/Makefile b/ext/libressl/crypto/bf/Makefile
index dac4aba..dac4aba 100644
--- a/crypto/libressl/crypto/bf/Makefile
+++ b/ext/libressl/crypto/bf/Makefile
diff --git a/crypto/libressl/crypto/bf/bf_cfb64.c b/ext/libressl/crypto/bf/bf_cfb64.c
index 6cc0bb9..6cc0bb9 100644
--- a/crypto/libressl/crypto/bf/bf_cfb64.c
+++ b/ext/libressl/crypto/bf/bf_cfb64.c
diff --git a/crypto/libressl/crypto/bf/bf_ecb.c b/ext/libressl/crypto/bf/bf_ecb.c
index 305bd78..305bd78 100644
--- a/crypto/libressl/crypto/bf/bf_ecb.c
+++ b/ext/libressl/crypto/bf/bf_ecb.c
diff --git a/crypto/libressl/crypto/bf/bf_enc.c b/ext/libressl/crypto/bf/bf_enc.c
index 2cf1c86..2cf1c86 100644
--- a/crypto/libressl/crypto/bf/bf_enc.c
+++ b/ext/libressl/crypto/bf/bf_enc.c
diff --git a/crypto/libressl/crypto/bf/bf_locl.h b/ext/libressl/crypto/bf/bf_locl.h
index 0b66362..0b66362 100644
--- a/crypto/libressl/crypto/bf/bf_locl.h
+++ b/ext/libressl/crypto/bf/bf_locl.h
diff --git a/crypto/libressl/crypto/bf/bf_ofb64.c b/ext/libressl/crypto/bf/bf_ofb64.c
index 9e33162..9e33162 100644
--- a/crypto/libressl/crypto/bf/bf_ofb64.c
+++ b/ext/libressl/crypto/bf/bf_ofb64.c
diff --git a/crypto/libressl/crypto/bf/bf_pi.h b/ext/libressl/crypto/bf/bf_pi.h
index ce4843a..ce4843a 100644
--- a/crypto/libressl/crypto/bf/bf_pi.h
+++ b/ext/libressl/crypto/bf/bf_pi.h
diff --git a/crypto/libressl/crypto/bf/bf_skey.c b/ext/libressl/crypto/bf/bf_skey.c
index 8191d17..8191d17 100644
--- a/crypto/libressl/crypto/bf/bf_skey.c
+++ b/ext/libressl/crypto/bf/bf_skey.c
diff --git a/crypto/libressl/crypto/chacha/Makefile b/ext/libressl/crypto/chacha/Makefile
index 2eb56cb..2eb56cb 100644
--- a/crypto/libressl/crypto/chacha/Makefile
+++ b/ext/libressl/crypto/chacha/Makefile
diff --git a/crypto/libressl/crypto/chacha/chacha-merged.c b/ext/libressl/crypto/chacha/chacha-merged.c
index 67508f2..67508f2 100644
--- a/crypto/libressl/crypto/chacha/chacha-merged.c
+++ b/ext/libressl/crypto/chacha/chacha-merged.c
diff --git a/crypto/libressl/crypto/chacha/chacha.c b/ext/libressl/crypto/chacha/chacha.c
index f62a84d..f62a84d 100644
--- a/crypto/libressl/crypto/chacha/chacha.c
+++ b/ext/libressl/crypto/chacha/chacha.c
diff --git a/crypto/libressl/crypto/compat/Makefile b/ext/libressl/crypto/compat/Makefile
index 00e3a67..00e3a67 100644
--- a/crypto/libressl/crypto/compat/Makefile
+++ b/ext/libressl/crypto/compat/Makefile
diff --git a/crypto/libressl/crypto/compat/arc4random.c b/ext/libressl/crypto/compat/arc4random.c
index 67a47f6..67a47f6 100644
--- a/crypto/libressl/crypto/compat/arc4random.c
+++ b/ext/libressl/crypto/compat/arc4random.c
diff --git a/crypto/libressl/crypto/compat/arc4random.h b/ext/libressl/crypto/compat/arc4random.h
index 8a308a9..8a308a9 100644
--- a/crypto/libressl/crypto/compat/arc4random.h
+++ b/ext/libressl/crypto/compat/arc4random.h
diff --git a/crypto/libressl/crypto/compat/arc4random_aix.h b/ext/libressl/crypto/compat/arc4random_aix.h
index 3142a1f..3142a1f 100644
--- a/crypto/libressl/crypto/compat/arc4random_aix.h
+++ b/ext/libressl/crypto/compat/arc4random_aix.h
diff --git a/crypto/libressl/crypto/compat/arc4random_fe310.h b/ext/libressl/crypto/compat/arc4random_fe310.h
index 131b0d3..131b0d3 100644
--- a/crypto/libressl/crypto/compat/arc4random_fe310.h
+++ b/ext/libressl/crypto/compat/arc4random_fe310.h
diff --git a/crypto/libressl/crypto/compat/arc4random_freebsd.h b/ext/libressl/crypto/compat/arc4random_freebsd.h
index 3faa5e4..3faa5e4 100644
--- a/crypto/libressl/crypto/compat/arc4random_freebsd.h
+++ b/ext/libressl/crypto/compat/arc4random_freebsd.h
diff --git a/crypto/libressl/crypto/compat/arc4random_hpux.h b/ext/libressl/crypto/compat/arc4random_hpux.h
index 2a3fe8c..2a3fe8c 100644
--- a/crypto/libressl/crypto/compat/arc4random_hpux.h
+++ b/ext/libressl/crypto/compat/arc4random_hpux.h
diff --git a/crypto/libressl/crypto/compat/arc4random_linux.h b/ext/libressl/crypto/compat/arc4random_linux.h
index 5e1cf34..5e1cf34 100644
--- a/crypto/libressl/crypto/compat/arc4random_linux.h
+++ b/ext/libressl/crypto/compat/arc4random_linux.h
diff --git a/crypto/libressl/crypto/compat/arc4random_netbsd.h b/ext/libressl/crypto/compat/arc4random_netbsd.h
index 611997d..611997d 100644
--- a/crypto/libressl/crypto/compat/arc4random_netbsd.h
+++ b/ext/libressl/crypto/compat/arc4random_netbsd.h
diff --git a/crypto/libressl/crypto/compat/arc4random_osx.h b/ext/libressl/crypto/compat/arc4random_osx.h
index 818ae6b..818ae6b 100644
--- a/crypto/libressl/crypto/compat/arc4random_osx.h
+++ b/ext/libressl/crypto/compat/arc4random_osx.h
diff --git a/crypto/libressl/crypto/compat/arc4random_solaris.h b/ext/libressl/crypto/compat/arc4random_solaris.h
index b1084cd..b1084cd 100644
--- a/crypto/libressl/crypto/compat/arc4random_solaris.h
+++ b/ext/libressl/crypto/compat/arc4random_solaris.h
diff --git a/crypto/libressl/crypto/compat/arc4random_uniform.c b/ext/libressl/crypto/compat/arc4random_uniform.c
index 06cd29c..06cd29c 100644
--- a/crypto/libressl/crypto/compat/arc4random_uniform.c
+++ b/ext/libressl/crypto/compat/arc4random_uniform.c
diff --git a/crypto/libressl/crypto/compat/arc4random_win.h b/ext/libressl/crypto/compat/arc4random_win.h
index deec8a1..deec8a1 100644
--- a/crypto/libressl/crypto/compat/arc4random_win.h
+++ b/ext/libressl/crypto/compat/arc4random_win.h
diff --git a/crypto/libressl/crypto/compat/chacha_private.h b/ext/libressl/crypto/compat/chacha_private.h
index 7c3680f..7c3680f 100644
--- a/crypto/libressl/crypto/compat/chacha_private.h
+++ b/ext/libressl/crypto/compat/chacha_private.h
diff --git a/crypto/libressl/crypto/compat/explicit_bzero.c b/ext/libressl/crypto/compat/explicit_bzero.c
index 5dd0103..5dd0103 100644
--- a/crypto/libressl/crypto/compat/explicit_bzero.c
+++ b/ext/libressl/crypto/compat/explicit_bzero.c
diff --git a/crypto/libressl/crypto/compat/explicit_bzero_win.c b/ext/libressl/crypto/compat/explicit_bzero_win.c
index 0d09d90..0d09d90 100644
--- a/crypto/libressl/crypto/compat/explicit_bzero_win.c
+++ b/ext/libressl/crypto/compat/explicit_bzero_win.c
diff --git a/crypto/libressl/crypto/compat/getentropy_aix.c b/ext/libressl/crypto/compat/getentropy_aix.c
index 422e685..422e685 100644
--- a/crypto/libressl/crypto/compat/getentropy_aix.c
+++ b/ext/libressl/crypto/compat/getentropy_aix.c
diff --git a/crypto/libressl/crypto/compat/getentropy_freebsd.c b/ext/libressl/crypto/compat/getentropy_freebsd.c
index ea90ffe..ea90ffe 100644
--- a/crypto/libressl/crypto/compat/getentropy_freebsd.c
+++ b/ext/libressl/crypto/compat/getentropy_freebsd.c
diff --git a/crypto/libressl/crypto/compat/getentropy_hpux.c b/ext/libressl/crypto/compat/getentropy_hpux.c
index c981880..c981880 100644
--- a/crypto/libressl/crypto/compat/getentropy_hpux.c
+++ b/ext/libressl/crypto/compat/getentropy_hpux.c
diff --git a/crypto/libressl/crypto/compat/getentropy_linux.c b/ext/libressl/crypto/compat/getentropy_linux.c
index bc7a6be..bc7a6be 100644
--- a/crypto/libressl/crypto/compat/getentropy_linux.c
+++ b/ext/libressl/crypto/compat/getentropy_linux.c
diff --git a/crypto/libressl/crypto/compat/getentropy_netbsd.c b/ext/libressl/crypto/compat/getentropy_netbsd.c
index 5dc8959..5dc8959 100644
--- a/crypto/libressl/crypto/compat/getentropy_netbsd.c
+++ b/ext/libressl/crypto/compat/getentropy_netbsd.c
diff --git a/crypto/libressl/crypto/compat/getentropy_osx.c b/ext/libressl/crypto/compat/getentropy_osx.c
index 5d4067b..5d4067b 100644
--- a/crypto/libressl/crypto/compat/getentropy_osx.c
+++ b/ext/libressl/crypto/compat/getentropy_osx.c
diff --git a/crypto/libressl/crypto/compat/getentropy_solaris.c b/ext/libressl/crypto/compat/getentropy_solaris.c
index cf5b9bf..cf5b9bf 100644
--- a/crypto/libressl/crypto/compat/getentropy_solaris.c
+++ b/ext/libressl/crypto/compat/getentropy_solaris.c
diff --git a/crypto/libressl/crypto/compat/getentropy_win.c b/ext/libressl/crypto/compat/getentropy_win.c
index 64514b3..64514b3 100644
--- a/crypto/libressl/crypto/compat/getentropy_win.c
+++ b/ext/libressl/crypto/compat/getentropy_win.c
diff --git a/crypto/libressl/crypto/compat/timingsafe_bcmp.c b/ext/libressl/crypto/compat/timingsafe_bcmp.c
index 552e844..552e844 100644
--- a/crypto/libressl/crypto/compat/timingsafe_bcmp.c
+++ b/ext/libressl/crypto/compat/timingsafe_bcmp.c
diff --git a/crypto/libressl/crypto/compat/timingsafe_memcmp.c b/ext/libressl/crypto/compat/timingsafe_memcmp.c
index bb210a3..bb210a3 100644
--- a/crypto/libressl/crypto/compat/timingsafe_memcmp.c
+++ b/ext/libressl/crypto/compat/timingsafe_memcmp.c
diff --git a/crypto/libressl/crypto/curve25519/Makefile b/ext/libressl/crypto/curve25519/Makefile
index 459383d..459383d 100644
--- a/crypto/libressl/crypto/curve25519/Makefile
+++ b/ext/libressl/crypto/curve25519/Makefile
diff --git a/crypto/libressl/crypto/curve25519/curve25519-generic.c b/ext/libressl/crypto/curve25519/curve25519-generic.c
index d533731..d533731 100644
--- a/crypto/libressl/crypto/curve25519/curve25519-generic.c
+++ b/ext/libressl/crypto/curve25519/curve25519-generic.c
diff --git a/crypto/libressl/crypto/curve25519/curve25519.c b/ext/libressl/crypto/curve25519/curve25519.c
index 13b54c3..13b54c3 100644
--- a/crypto/libressl/crypto/curve25519/curve25519.c
+++ b/ext/libressl/crypto/curve25519/curve25519.c
diff --git a/crypto/libressl/crypto/curve25519/curve25519_internal.h b/ext/libressl/crypto/curve25519/curve25519_internal.h
index 09d20a4..09d20a4 100644
--- a/crypto/libressl/crypto/curve25519/curve25519_internal.h
+++ b/ext/libressl/crypto/curve25519/curve25519_internal.h
diff --git a/crypto/libressl/crypto/modes/Makefile b/ext/libressl/crypto/modes/Makefile
index aeba042..aeba042 100644
--- a/crypto/libressl/crypto/modes/Makefile
+++ b/ext/libressl/crypto/modes/Makefile
diff --git a/crypto/libressl/crypto/modes/cbc128.c b/ext/libressl/crypto/modes/cbc128.c
index 7502a48..7502a48 100644
--- a/crypto/libressl/crypto/modes/cbc128.c
+++ b/ext/libressl/crypto/modes/cbc128.c
diff --git a/crypto/libressl/crypto/modes/ccm128.c b/ext/libressl/crypto/modes/ccm128.c
index ffeb4e4..ffeb4e4 100644
--- a/crypto/libressl/crypto/modes/ccm128.c
+++ b/ext/libressl/crypto/modes/ccm128.c
diff --git a/crypto/libressl/crypto/modes/cfb128.c b/ext/libressl/crypto/modes/cfb128.c
index 88bfbc4..88bfbc4 100644
--- a/crypto/libressl/crypto/modes/cfb128.c
+++ b/ext/libressl/crypto/modes/cfb128.c
diff --git a/crypto/libressl/crypto/modes/ctr128.c b/ext/libressl/crypto/modes/ctr128.c
index 3f14e4e..3f14e4e 100644
--- a/crypto/libressl/crypto/modes/ctr128.c
+++ b/ext/libressl/crypto/modes/ctr128.c
diff --git a/crypto/libressl/crypto/modes/cts128.c b/ext/libressl/crypto/modes/cts128.c
index b2f7174..b2f7174 100644
--- a/crypto/libressl/crypto/modes/cts128.c
+++ b/ext/libressl/crypto/modes/cts128.c
diff --git a/crypto/libressl/crypto/modes/gcm128.c b/ext/libressl/crypto/modes/gcm128.c
index d6c1bbe..d6c1bbe 100644
--- a/crypto/libressl/crypto/modes/gcm128.c
+++ b/ext/libressl/crypto/modes/gcm128.c
diff --git a/crypto/libressl/crypto/modes/ghash-elf-armv4.S b/ext/libressl/crypto/modes/ghash-elf-armv4.S
index af42593..af42593 100644
--- a/crypto/libressl/crypto/modes/ghash-elf-armv4.S
+++ b/ext/libressl/crypto/modes/ghash-elf-armv4.S
diff --git a/crypto/libressl/crypto/modes/ghash-elf-x86_64.S b/ext/libressl/crypto/modes/ghash-elf-x86_64.S
index 5f31626..5f31626 100644
--- a/crypto/libressl/crypto/modes/ghash-elf-x86_64.S
+++ b/ext/libressl/crypto/modes/ghash-elf-x86_64.S
diff --git a/crypto/libressl/crypto/modes/ghash-macosx-x86_64.S b/ext/libressl/crypto/modes/ghash-macosx-x86_64.S
index e6840a7..e6840a7 100644
--- a/crypto/libressl/crypto/modes/ghash-macosx-x86_64.S
+++ b/ext/libressl/crypto/modes/ghash-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/modes/ghash-masm-x86_64.S b/ext/libressl/crypto/modes/ghash-masm-x86_64.S
index ffdc1b5..ffdc1b5 100644
--- a/crypto/libressl/crypto/modes/ghash-masm-x86_64.S
+++ b/ext/libressl/crypto/modes/ghash-masm-x86_64.S
diff --git a/crypto/libressl/crypto/modes/ghash-mingw64-x86_64.S b/ext/libressl/crypto/modes/ghash-mingw64-x86_64.S
index cd0823b..cd0823b 100644
--- a/crypto/libressl/crypto/modes/ghash-mingw64-x86_64.S
+++ b/ext/libressl/crypto/modes/ghash-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/modes/modes_lcl.h b/ext/libressl/crypto/modes/modes_lcl.h
index bfea189..bfea189 100644
--- a/crypto/libressl/crypto/modes/modes_lcl.h
+++ b/ext/libressl/crypto/modes/modes_lcl.h
diff --git a/crypto/libressl/crypto/modes/ofb128.c b/ext/libressl/crypto/modes/ofb128.c
index c6ca67a..c6ca67a 100644
--- a/crypto/libressl/crypto/modes/ofb128.c
+++ b/ext/libressl/crypto/modes/ofb128.c
diff --git a/crypto/libressl/crypto/modes/xts128.c b/ext/libressl/crypto/modes/xts128.c
index e40505e..e40505e 100644
--- a/crypto/libressl/crypto/modes/xts128.c
+++ b/ext/libressl/crypto/modes/xts128.c
diff --git a/crypto/libressl/crypto/poly1305/Makefile b/ext/libressl/crypto/poly1305/Makefile
index 94ceaf6..94ceaf6 100644
--- a/crypto/libressl/crypto/poly1305/Makefile
+++ b/ext/libressl/crypto/poly1305/Makefile
diff --git a/crypto/libressl/crypto/poly1305/poly1305-donna.c b/ext/libressl/crypto/poly1305/poly1305-donna.c
index 773ea4e..773ea4e 100644
--- a/crypto/libressl/crypto/poly1305/poly1305-donna.c
+++ b/ext/libressl/crypto/poly1305/poly1305-donna.c
diff --git a/crypto/libressl/crypto/poly1305/poly1305.c b/ext/libressl/crypto/poly1305/poly1305.c
index 75a34cc..75a34cc 100644
--- a/crypto/libressl/crypto/poly1305/poly1305.c
+++ b/ext/libressl/crypto/poly1305/poly1305.c
diff --git a/crypto/libressl/crypto/sha/Makefile b/ext/libressl/crypto/sha/Makefile
index 6eb0c20..6eb0c20 100644
--- a/crypto/libressl/crypto/sha/Makefile
+++ b/ext/libressl/crypto/sha/Makefile
diff --git a/crypto/libressl/crypto/sha/sha1-elf-armv4.S b/ext/libressl/crypto/sha/sha1-elf-armv4.S
index 5aeaf7c..5aeaf7c 100644
--- a/crypto/libressl/crypto/sha/sha1-elf-armv4.S
+++ b/ext/libressl/crypto/sha/sha1-elf-armv4.S
diff --git a/crypto/libressl/crypto/sha/sha1-elf-x86_64.S b/ext/libressl/crypto/sha/sha1-elf-x86_64.S
index 5a37019..5a37019 100644
--- a/crypto/libressl/crypto/sha/sha1-elf-x86_64.S
+++ b/ext/libressl/crypto/sha/sha1-elf-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha1-macosx-x86_64.S b/ext/libressl/crypto/sha/sha1-macosx-x86_64.S
index 04a8aff..04a8aff 100644
--- a/crypto/libressl/crypto/sha/sha1-macosx-x86_64.S
+++ b/ext/libressl/crypto/sha/sha1-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha1-masm-x86_64.S b/ext/libressl/crypto/sha/sha1-masm-x86_64.S
index 36d8732..36d8732 100644
--- a/crypto/libressl/crypto/sha/sha1-masm-x86_64.S
+++ b/ext/libressl/crypto/sha/sha1-masm-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha1-mingw64-x86_64.S b/ext/libressl/crypto/sha/sha1-mingw64-x86_64.S
index 3ce9fc9..3ce9fc9 100644
--- a/crypto/libressl/crypto/sha/sha1-mingw64-x86_64.S
+++ b/ext/libressl/crypto/sha/sha1-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha1_one.c b/ext/libressl/crypto/sha/sha1_one.c
index 57e5220..57e5220 100644
--- a/crypto/libressl/crypto/sha/sha1_one.c
+++ b/ext/libressl/crypto/sha/sha1_one.c
diff --git a/crypto/libressl/crypto/sha/sha1dgst.c b/ext/libressl/crypto/sha/sha1dgst.c
index 0c3df49..0c3df49 100644
--- a/crypto/libressl/crypto/sha/sha1dgst.c
+++ b/ext/libressl/crypto/sha/sha1dgst.c
diff --git a/crypto/libressl/crypto/sha/sha256-elf-armv4.S b/ext/libressl/crypto/sha/sha256-elf-armv4.S
index 9b155c7..9b155c7 100644
--- a/crypto/libressl/crypto/sha/sha256-elf-armv4.S
+++ b/ext/libressl/crypto/sha/sha256-elf-armv4.S
diff --git a/crypto/libressl/crypto/sha/sha256-elf-x86_64.S b/ext/libressl/crypto/sha/sha256-elf-x86_64.S
index 9eea6a7..9eea6a7 100644
--- a/crypto/libressl/crypto/sha/sha256-elf-x86_64.S
+++ b/ext/libressl/crypto/sha/sha256-elf-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha256-macosx-x86_64.S b/ext/libressl/crypto/sha/sha256-macosx-x86_64.S
index 4b468b7..4b468b7 100644
--- a/crypto/libressl/crypto/sha/sha256-macosx-x86_64.S
+++ b/ext/libressl/crypto/sha/sha256-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha256-masm-x86_64.S b/ext/libressl/crypto/sha/sha256-masm-x86_64.S
index 33c705d..33c705d 100644
--- a/crypto/libressl/crypto/sha/sha256-masm-x86_64.S
+++ b/ext/libressl/crypto/sha/sha256-masm-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha256-mingw64-x86_64.S b/ext/libressl/crypto/sha/sha256-mingw64-x86_64.S
index 3de981b..3de981b 100644
--- a/crypto/libressl/crypto/sha/sha256-mingw64-x86_64.S
+++ b/ext/libressl/crypto/sha/sha256-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha256.c b/ext/libressl/crypto/sha/sha256.c
index 9c05d3b..9c05d3b 100644
--- a/crypto/libressl/crypto/sha/sha256.c
+++ b/ext/libressl/crypto/sha/sha256.c
diff --git a/crypto/libressl/crypto/sha/sha512-elf-armv4.S b/ext/libressl/crypto/sha/sha512-elf-armv4.S
index 8abf8d5..8abf8d5 100644
--- a/crypto/libressl/crypto/sha/sha512-elf-armv4.S
+++ b/ext/libressl/crypto/sha/sha512-elf-armv4.S
diff --git a/crypto/libressl/crypto/sha/sha512-elf-x86_64.S b/ext/libressl/crypto/sha/sha512-elf-x86_64.S
index 1173407..1173407 100644
--- a/crypto/libressl/crypto/sha/sha512-elf-x86_64.S
+++ b/ext/libressl/crypto/sha/sha512-elf-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha512-macosx-x86_64.S b/ext/libressl/crypto/sha/sha512-macosx-x86_64.S
index 7581da4..7581da4 100644
--- a/crypto/libressl/crypto/sha/sha512-macosx-x86_64.S
+++ b/ext/libressl/crypto/sha/sha512-macosx-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha512-masm-x86_64.S b/ext/libressl/crypto/sha/sha512-masm-x86_64.S
index 4a2b9af..4a2b9af 100644
--- a/crypto/libressl/crypto/sha/sha512-masm-x86_64.S
+++ b/ext/libressl/crypto/sha/sha512-masm-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha512-mingw64-x86_64.S b/ext/libressl/crypto/sha/sha512-mingw64-x86_64.S
index 5153952..5153952 100644
--- a/crypto/libressl/crypto/sha/sha512-mingw64-x86_64.S
+++ b/ext/libressl/crypto/sha/sha512-mingw64-x86_64.S
diff --git a/crypto/libressl/crypto/sha/sha512.c b/ext/libressl/crypto/sha/sha512.c
index 6b95cfa..6b95cfa 100644
--- a/crypto/libressl/crypto/sha/sha512.c
+++ b/ext/libressl/crypto/sha/sha512.c
diff --git a/crypto/libressl/crypto/sha/sha_locl.h b/ext/libressl/crypto/sha/sha_locl.h
index 46c9a39..46c9a39 100644
--- a/crypto/libressl/crypto/sha/sha_locl.h
+++ b/ext/libressl/crypto/sha/sha_locl.h
diff --git a/crypto/libressl/include/compat/string.h b/ext/libressl/include/compat/string.h
index 4bf7519..4bf7519 100644
--- a/crypto/libressl/include/compat/string.h
+++ b/ext/libressl/include/compat/string.h
diff --git a/crypto/libressl/include/compat/unistd.h b/ext/libressl/include/compat/unistd.h
index 5e6ab1d..5e6ab1d 100644
--- a/crypto/libressl/include/compat/unistd.h
+++ b/ext/libressl/include/compat/unistd.h
diff --git a/crypto/libressl/include/md32_common.h b/ext/libressl/include/md32_common.h
index 0dca617..0dca617 100644
--- a/crypto/libressl/include/md32_common.h
+++ b/ext/libressl/include/md32_common.h
diff --git a/crypto/libressl/include/openssl/aes.h b/ext/libressl/include/openssl/aes.h
index c904485..c904485 100644
--- a/crypto/libressl/include/openssl/aes.h
+++ b/ext/libressl/include/openssl/aes.h
diff --git a/crypto/libressl/include/openssl/blowfish.h b/ext/libressl/include/openssl/blowfish.h
index 4d2db80..4d2db80 100644
--- a/crypto/libressl/include/openssl/blowfish.h
+++ b/ext/libressl/include/openssl/blowfish.h
diff --git a/crypto/libressl/include/openssl/chacha.h b/ext/libressl/include/openssl/chacha.h
index e2345b2..e2345b2 100644
--- a/crypto/libressl/include/openssl/chacha.h
+++ b/ext/libressl/include/openssl/chacha.h
diff --git a/crypto/libressl/include/openssl/crypto.h b/ext/libressl/include/openssl/crypto.h
index 46cc836..46cc836 100644
--- a/crypto/libressl/include/openssl/crypto.h
+++ b/ext/libressl/include/openssl/crypto.h
diff --git a/crypto/libressl/include/openssl/curve25519.h b/ext/libressl/include/openssl/curve25519.h
index 0470e8e..0470e8e 100644
--- a/crypto/libressl/include/openssl/curve25519.h
+++ b/ext/libressl/include/openssl/curve25519.h
diff --git a/crypto/libressl/include/openssl/modes.h b/ext/libressl/include/openssl/modes.h
index 67ec751..67ec751 100644
--- a/crypto/libressl/include/openssl/modes.h
+++ b/ext/libressl/include/openssl/modes.h
diff --git a/crypto/libressl/include/openssl/opensslconf.h b/ext/libressl/include/openssl/opensslconf.h
index bb71768..bb71768 100644
--- a/crypto/libressl/include/openssl/opensslconf.h
+++ b/ext/libressl/include/openssl/opensslconf.h
diff --git a/crypto/libressl/include/openssl/opensslfeatures.h b/ext/libressl/include/openssl/opensslfeatures.h
index ba80520..ba80520 100644
--- a/crypto/libressl/include/openssl/opensslfeatures.h
+++ b/ext/libressl/include/openssl/opensslfeatures.h
diff --git a/crypto/libressl/include/openssl/opensslv.h b/ext/libressl/include/openssl/opensslv.h
index e06b97e..e06b97e 100644
--- a/crypto/libressl/include/openssl/opensslv.h
+++ b/ext/libressl/include/openssl/opensslv.h
diff --git a/crypto/libressl/include/openssl/poly1305.h b/ext/libressl/include/openssl/poly1305.h
index 00ab0bf..00ab0bf 100644
--- a/crypto/libressl/include/openssl/poly1305.h
+++ b/ext/libressl/include/openssl/poly1305.h
diff --git a/crypto/libressl/include/openssl/sha.h b/ext/libressl/include/openssl/sha.h
index 87fdf8d..87fdf8d 100644
--- a/crypto/libressl/include/openssl/sha.h
+++ b/ext/libressl/include/openssl/sha.h
diff --git a/crypto/libressl/ssl_common.mk b/ext/libressl/ssl_common.mk
index fab0710..fab0710 100644
--- a/crypto/libressl/ssl_common.mk
+++ b/ext/libressl/ssl_common.mk
diff --git a/crypto/libressl/ssl_obj.mk b/ext/libressl/ssl_obj.mk
index 1eef355..1eef355 100644
--- a/crypto/libressl/ssl_obj.mk
+++ b/ext/libressl/ssl_obj.mk
diff --git a/crypto/sha/Makefile b/ext/sha/Makefile
index ee67f3e..ee67f3e 100644
--- a/crypto/sha/Makefile
+++ b/ext/sha/Makefile
diff --git a/crypto/sha/sha1.c b/ext/sha/sha1.c
index 9e5ff68..9e5ff68 100644
--- a/crypto/sha/sha1.c
+++ b/ext/sha/sha1.c
diff --git a/crypto/sha/sha1.h b/ext/sha/sha1.h
index 96bb008..96bb008 100644
--- a/crypto/sha/sha1.h
+++ b/ext/sha/sha1.h