Quellcode durchsuchen

* add missing description for openssl

git-svn-id: trunk@29228 -
Tomas Hajny vor 10 Jahren
Ursprung
Commit
265e4be91b
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      packages/openssl/fpmake.pp

+ 1 - 0
packages/openssl/fpmake.pp

@@ -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}