diff --git a/configure.py b/configure.py index 16ee259dc2bb10..a68360e43b23ac 100755 --- a/configure.py +++ b/configure.py @@ -692,7 +692,7 @@ def get_nasm_version(asm): stdout=subprocess.PIPE) except OSError: warn('''No acceptable ASM compiler found! - Please make sure you have installed NASM from http://www.nasm.us + Please make sure you have installed NASM from https://www.nasm.us and refer BUILDING.md.''') return '0' diff --git a/src/tls_wrap.cc b/src/tls_wrap.cc index 17329c4b5ce56a..8c7d56e31b8a00 100644 --- a/src/tls_wrap.cc +++ b/src/tls_wrap.cc @@ -610,8 +610,6 @@ void TLSWrap::ClearIn() { // case because no further writes would succeed anyway. pending_cleartext_input_ = std::move(data); } - - return; }