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

Further comment amendments to preserve formatting prior to source reformat



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent b691154e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2917,7 +2917,8 @@ void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
#endif

#ifndef OPENSSL_NO_TLSEXT
/* next_protos_parse parses a comma separated list of strings into a string
/*-
 * next_protos_parse parses a comma separated list of strings into a string
 * in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
 *   outlen: (output) set to the length of the resulting buffer on success.
 *   err: (maybe NULL) on failure, an error message line is written to this BIO.
+1 −1
Original line number Diff line number Diff line
@@ -655,7 +655,7 @@ bad:
			oid_bio=BIO_new_file(p,"r");
			if (oid_bio == NULL) 
				{
				/*
				/*-
				BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
				ERR_print_errors(bio_err);
				*/
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@
#undef PROG
#define PROG	pkcs7_main

/* -inform arg	- input format - default PEM (DER or PEM)
/*-
 * -inform arg	- input format - default PEM (DER or PEM)
 * -outform arg - output format - default PEM
 * -in arg	- input file - default stdin
 * -out arg	- output file - default stdout
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ bad:
			oid_bio=BIO_new_file(p,"r");
			if (oid_bio == NULL) 
				{
				/*
				/*-
				BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
				ERR_print_errors(bio_err);
				*/
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
			return(0);
			}

		/*
		/*-
		In theory this is no longer needed 
		ssl=SSL_new(ctx);
		x509=SSL_get_certificate(ssl);
Loading