소스 검색

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