[BACK]Return to apps.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/apps.c between version 1.43 and 1.44

version 1.43, 2017/04/18 02:15:50 version 1.44, 2017/08/12 21:04:33
Line 2079 
Line 2079 
                 BIO_free(out);                  BIO_free(out);
 }  }
   
 /* 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.   * 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.   *   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.   *   err: (maybe NULL) on failure, an error message line is written to this BIO.

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44