فهرست منبع

minor modification

Ugochukwu Mmaduekwe 6 سال پیش
والد
کامیت
cbdfad45cd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CryptoLib/src/Utils/Randoms/ClpOSRandom.pas

+ 1 - 1
CryptoLib/src/Utils/Randoms/ClpOSRandom.pas

@@ -256,7 +256,7 @@ type
   __SecRandom = record
   end;
 
-  // similar to an OpaquePointer already defined in newer FPC but not available in 3.0.4
+  // similar to POpaqueData (or an OpaquePointer) already defined in newer FPC but not available in 3.0.4
   SecRandomRef = ^__SecRandom;
 
 function SecRandomCopyBytes(rnd: SecRandomRef; count: LongWord; bytes: PByte)