Commit 71254823 authored by Matt Caswell's avatar Matt Caswell
Browse files

Additional comment changes for reformat of 1.0.1



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent ac84cb4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@
 * something to watch out for.  This was fine on linux/NT/Solaris but not
 * Alpha */

/* it is basically an example of
/*-
 * it is basically an example of
 * func(*(a++),*(a++))
 * which parameter is evaluated first?  It is not defined in ASN1 C.
 */
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
 * copies of the valiable, one in a register and one being an address
 * that is passed. */

/* compare the out put from
/*-
 * compare the out put from
 * gcc dggccbug.c; ./a.out
 * and
 * gcc -O dggccbug.c; ./a.out
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
 * [including the GNU Public Licence.]
 */

/*
/*-
 * 03-Dec-1997	rdenny@dc3.com  Fix bug preventing use of stdin/stdout
 *		with binary data (e.g. asn1parse -inform DER < xxx) under
 *		Windows
+2 −1
Original line number Diff line number Diff line
@@ -511,7 +511,8 @@ int CRYPTO_remove_all_info(void);

/* Default debugging functions (enabled by CRYPTO_malloc_debug_init() macro;
 * used as default in CRYPTO_MDEBUG compilations): */
/* The last argument has the following significance:
/*-
 * The last argument has the following significance:
 *
 * 0:	called before the actual memory allocation has taken place
 * 1:	called after the actual memory allocation has taken place
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ void DES_ede3_ofb64_encrypt(register const unsigned char *in,
		}
	if (save)
		{
/*		v0=ti[0];
/*-		v0=ti[0];
		v1=ti[1];*/
		iv = &(*ivec)[0];
		l2c(v0,iv);
Loading