Commit 3e8042c3 authored by Matt Caswell's avatar Matt Caswell
Browse files

Additional comment changes for reformat of 0.9.8



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 564ccc55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#if !defined(RC4_INT)
/* using int types make the structure larger but make the code faster
 * on most boxes I have tested - up to %20 faster. */
/*
/*-
 * I don't know what does "most" mean, but declaring "int" is a must on:
 * - Intel P6 because partial register stalls are very expensive;
 * - elder Alpha because it lacks byte load/store instructions;
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ end:
	OPENSSL_EXIT(ret);
	}

/*
/*-
 *----------------------------------------------------------------------
 * int add_certs_from_file
 *
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ int MAIN(int argc, char **argv)
			}
		else if (strcmp(*argv,"-2") == 0)
			g=2;
	/*	else if (strcmp(*argv,"-3") == 0)
	/*-	else if (strcmp(*argv,"-3") == 0)
			g=3; */
		else if (strcmp(*argv,"-5") == 0)
			g=5;
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
	{
	if (cert_file != NULL)
		{
		/*
		/*-
		SSL *ssl;
		X509 *x509;
		*/
+1 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,7 @@ SSL_set_tlsext_status_ids(con, ids);
					FD_SET(SSL_get_fd(con),&writefds);
			}
#endif
/*			printf("mode tty(%d %d%d) ssl(%d%d)\n",
/*-			printf("mode tty(%d %d%d) ssl(%d%d)\n",
				tty_on,read_tty,write_tty,read_ssl,write_ssl);*/

			/* Note: under VMS with SOCKETSHR the second parameter
Loading