[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.13 and 1.14

version 1.13, 2014/12/03 22:16:02 version 1.14, 2014/12/14 14:42:06
Line 2163 
Line 2163 
                 BIO_free(out);                  BIO_free(out);
 }  }
   
 #if !defined(OPENSSL_NO_NEXTPROTONEG)  
 /* 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.
Line 2202 
Line 2201 
         *outlen = len + 1;          *outlen = len + 1;
         return out;          return out;
 }  }
 #endif  
 /* !OPENSSL_NO_NEXTPROTONEG */  
   
 int  int
 app_isdir(const char *name)  app_isdir(const char *name)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14