Browse Source

* add missing description for openssl

git-svn-id: trunk@29228 -
Tomas Hajny 10 years ago
parent
commit
265e4be91b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/openssl/fpmake.pp

+ 1 - 0
packages/openssl/fpmake.pp

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