]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rand/randfile.c
Further comment changes for reformat (master)
[thirdparty/openssl.git] / crypto / rand / randfile.c
index 7b4c7dc319e01467787ebc24ed62c389f41adb76..bbe21f32c133a0461b8ec8bbf468af49fc0653e9 100644 (file)
@@ -109,8 +109,10 @@ static FILE *(*const vms_fopen)(const char *, const char *, ...) =
 
 int RAND_load_file(const char *file, long bytes)
        {
-       /* If bytes >= 0, read up to 'bytes' bytes.
-        * if bytes == -1, read complete file. */
+       /*-
+        * If bytes >= 0, read up to 'bytes' bytes.
+        * if bytes == -1, read complete file.
+        */
 
        MS_STATIC unsigned char buf[BUFSIZE];
 #ifndef OPENSSL_NO_POSIX_IO