aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-02-27 12:17:40 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-02-27 12:17:40 +0000
commit74d7abc2ab54e725f7cfbc2fa7bad95f93e4dc63 (patch)
treef61e38dc0ebc1355bef750e0dd56f011587eaf1a /crypto/rand
parentc707fb2741b34018de6bdf2e45cba4b4b6ab38c0 (diff)
downloadopenssl-74d7abc2ab54e725f7cfbc2fa7bad95f93e4dc63.tar.gz
Get rid of remaining C++-style comments which strict C compilers hate.
(Pointed out by Carlos Amengual).
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/md_rand.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index bef4245910..47692cb71c 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -346,13 +346,13 @@ int num;
* <URL:http://www.microsoft.com/kb/developr/win_dk/q97193.htm>;
* the original copyright message is:
*
-// (C) Copyright Microsoft Corp. 1993. All rights reserved.
-//
-// You have a royalty-free right to use, modify, reproduce and
-// distribute the Sample Files (and/or any modified version) in
-// any way you find useful, provided that you agree that
-// Microsoft has no warranty obligations or liability for any
-// Sample Application Files which are modified.
+ * (C) Copyright Microsoft Corp. 1993. All rights reserved.
+ *
+ * You have a royalty-free right to use, modify, reproduce and
+ * distribute the Sample Files (and/or any modified version) in
+ * any way you find useful, provided that you agree that
+ * Microsoft has no warranty obligations or liability for any
+ * Sample Application Files which are modified.
*/
/*
* I have modified the loading of bytes via RAND_seed() mechanism since