<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hello</p>
<p>I downloaded <span>openssl-1.1.0c</span> and i'm trying to build this on Windows 10 using Visual Studio 2015. I'm following the INSTALL and NOTES.WIN instructions however I get stopped rather quickly with file not found issues..</p>
<p>I have also installed nasm. The build fails for 32 or 64 with slightly different paths in the error. Here's the sequence of commands:<br>
<span>1.perl Configure VC-WIN32</span><br>
2.nmake</p>
<p><br>
</p>
<p>output:<br>
</p>
<div>D:\repos\openssl-1.1.0c>perl Configure VC-WIN64A<br>
Configuring OpenSSL version 1.1.0c (0x1010003fL)<br>
    no-asan         [default]  OPENSSL_NO_ASAN<br>
    no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG<br>
    no-crypto-mdebug-backtrace [default]  OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE<br>
    no-ec_nistp_64_gcc_128 [default]  OPENSSL_NO_EC_NISTP_64_GCC_128<br>
    no-egd          [default]  OPENSSL_NO_EGD<br>
    no-fuzz-afl     [default]  OPENSSL_NO_FUZZ_AFL<br>
    no-fuzz-libfuzzer [default]  OPENSSL_NO_FUZZ_LIBFUZZER<br>
    no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS<br>
    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)<br>
    no-msan         [default]  OPENSSL_NO_MSAN<br>
    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)<br>
    no-sctp         [default]  OPENSSL_NO_SCTP<br>
    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE<br>
    no-ssl3         [default]  OPENSSL_NO_SSL3<br>
    no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD<br>
    no-ubsan        [default]  OPENSSL_NO_UBSAN<br>
    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST<br>
    no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS<br>
    no-zlib         [default]<br>
    no-zlib-dynamic [default]<br>
Configuring for VC-WIN64A<br>
CC            =cl<br>
CFLAG         =-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DUNICODE -D_UNICODE /MD /O2<br>
SHARED_CFLAG  =<br>
DEFINES       =OPENSSL_USE_APPLINK DSO_WIN32 NDEBUG OPENSSL_THREADS OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2 OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM RC4_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM
 GHASH_ASM ECP_NISTZ256_ASM POLY1305_ASM<br>
LFLAG         =/nologo /debug<br>
PLIB_LFLAG    =<br>
EX_LIBS       =ws2_32.lib gdi32.lib advapi32.lib crypt32.lib user32.lib<br>
APPS_OBJ      =win32_init.o ../ms/applink.o<br>
CPUID_OBJ     =x86_64cpuid.o<br>
UPLINK_OBJ    =../ms/uplink.o uplink-x86_64.o<br>
BN_ASM        =bn_asm.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o<br>
EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o<br>
DES_ENC       =des_enc.o fcrypt_b.o<br>
AES_ENC       =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o<br>
BF_ENC        =bf_enc.o<br>
CAST_ENC      =c_enc.o<br>
RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o<br>
RC5_ENC       =rc5_enc.o<br>
MD5_OBJ_ASM   =md5-x86_64.o<br>
SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o sha1-mb-x86_64.o sha256-mb-x86_64.o<br>
RMD160_OBJ_ASM=<br>
CMLL_ENC      =cmll-x86_64.o cmll_misc.o<br>
MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o<br>
PADLOCK_OBJ   =e_padlock-x86_64.o<br>
CHACHA_ENC    =chacha-x86_64.o<br>
POLY1305_OBJ  =poly1305-x86_64.o<br>
BLAKE2_OBJ    =<br>
PROCESSOR     =<br>
RANLIB        =true<br>
ARFLAGS       =/nologo<br>
PERL          =perl<br>
<br>
SIXTY_FOUR_BIT mode<br>
<br>
Configured for VC-WIN64A.<br>
<br>
D:\repos\openssl-1.1.0c>nmake<br>
<br>
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0<br>
Copyright (C) Microsoft Corporation.  All rights reserved.<br>
<br>
<div>        "perl" "-I." -Mconfigdata "util/dofile.pl"  "-omakefile" "crypto/include/internal/bn_conf.h.in" > crypto/include/internal/bn_conf.h<br>
        "perl" "-I." -Mconfigdata "util/dofile.pl"  "-omakefile" "crypto/include/internal/dso_conf.h.in" > crypto/include/internal/dso_conf.h<br>
        "perl" "-I." -Mconfigdata "util/dofile.pl"  "-omakefile" "include/openssl/opensslconf.h.in" > include/openssl/opensslconf.h<br>
        set ASM=nasm<br>
        "perl" "crypto/aes/asm/aes-x86_64.pl" "auto" crypto/aes/aes-x86_64.asm</div>
<br>
<div>        nasm -f win64 -DNEAR -Ox -g -ocrypto/aes/aes-x86_64.obj "crypto/aes/aes-x86_64.asm"<br>
nasm: fatal: unable to open input file `crypto/aes/aes-x86_64.asm'<br>
NMAKE : fatal error U1077: 'C:\nasm-2.12.02\nasm.EXE' : return code '0x1'<br>
Stop.<br>
<br>
</div>
<br>
</div>
<br>
<p></p>
</div>
</body>
</html>