* add missing description for openssl

git-svn-id: trunk@29228 -
This commit is contained in:
Tomas Hajny 2014-12-08 23:05:57 +00:00
parent 5106845872
commit 265e4be91b

View File

@ -14,6 +14,7 @@ begin
P:=AddPackage('openssl');
P.ShortName:='ossl';
P.Description := 'Interface units for OpenSSL libraries supporting SSL-encrypted network communication.';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}