瀏覽代碼

* add missing description for openssl

git-svn-id: trunk@29228 -
Tomas Hajny 10 年之前
父節點
當前提交
265e4be91b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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}