Loading apps/apps.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); */ Loading apps/pkcs7.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); */ Loading apps/s_cb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
apps/apps.c +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); */ Loading
apps/pkcs7.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); */ Loading
apps/s_cb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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