mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
21 lines
313 B
Text
21 lines
313 B
Text
description "OpenSSL based SSL support for Core\3770,128,128";
|
|
|
|
library(!OSX) "crypto ssl";
|
|
|
|
library(WIN32) "usp10 gdi32 crypt32";
|
|
|
|
library(OSX) "libcrypto.a libssl.a";
|
|
|
|
file
|
|
SSL.h,
|
|
Util.cpp,
|
|
InitExit.cpp,
|
|
Socket.cpp,
|
|
P7S.cpp,
|
|
AES.cpp,
|
|
Buffer.hpp,
|
|
SSL.icpp,
|
|
Docs readonly separator,
|
|
src.tpp,
|
|
Copying;
|
|
|