Skip to content

Commit a5f2720

Browse files
committed
openssl 1.1.1 support
1 parent d832060 commit a5f2720

105 files changed

Lines changed: 12369 additions & 4622 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Binary includes
2323

2424
Licence : GPL V3
2525

26-
(install / doc ![here](docs/01-installation.md)
26+
Installation / doc ![here](docs/01-installation.md)
2727

2828
Main (and only !) window :
2929

YetAnotherOpensslGui.pro

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-------------------------------------------------
22
# Project : Yet Another OpenSSL GUI
33
# Author : Patrick Proy
4-
# Copyright (C) 2018
4+
# Copyright (C) 2018-2019
55
#
66
# Licence : http://www.gnu.org/licenses/gpl.txt
77
#
@@ -38,11 +38,17 @@ FORMS += src/app/sslmainwindow.ui \
3838
src/app/dialogx509v3extention.ui \
3939
src/app/cdialogpkcs12.ui
4040

41-
LIBS += -L"src/openssl/lib/MinGW"
42-
LIBS += "src/openssl/lib/MinGW/libssl-1_1.a" "src/openssl/lib/MinGW/libcrypto-1_1.a"# -lssl -lcrypto"
41+
#LIBS += -L"src/openssl/lib/MinGW"
42+
#LIBS += "src/openssl/lib/MinGW/libssl-1_1.a" "src/openssl/lib/MinGW/libcrypto-1_1.a"# -lssl -lcrypto"
43+
44+
LIBS += -L"src/openssl/lib/VC"
45+
LIBS += $$PWD/src/openssl/lib/VC/libssl.lib $$PWD/src/openssl/lib/VC/libcrypto.lib
4346

4447
#LIBS += -L"D:\apps\Dev\OpenSSL-Win32_1.0.2\lib\MinGW" -leay32 -lssleay32
4548
#OPENSSL_LIBS=' -lssl -lcrypto'
4649

4750
INCLUDEPATH += "src/openssl/include"
4851
#INCLUDEPATH += "D:\apps\Dev\OpenSSL-Win32_1.0.2\include"
52+
53+
RESOURCES += \
54+
src/app/ressources.qrc

0 commit comments

Comments
 (0)