ffbfd8eda6
[ChangeLog][QtNetwork][QtSSL] It is now possible to choose which elliptic curves should be used by an elliptic curve cipher. Change-Id: If5d0d58922768b6f1375836489180e576f5a015a Done-with: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Richard J. Moore <rich@kde.org>
9 lines
170 B
Prolog
9 lines
170 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
SOURCES += tst_qsslellipticcurve.cpp
|
|
!wince*:win32:LIBS += -lws2_32
|
|
QT = core network testlib
|
|
|
|
TARGET = tst_qsslellipticcurve
|