Loading bugs/alpha.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading bugs/dggccbug.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading crypto/bio/bss_file.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading crypto/crypto.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading crypto/des/ofb64ede.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
bugs/alpha.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading
bugs/dggccbug.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/bio/bss_file.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/crypto.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/des/ofb64ede.c +1 −1 Original line number Diff line number Diff line Loading @@ -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