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

Diff for /src/usr.bin/openssl/s_apps.h between version 1.7 and 1.8

version 1.7, 2021/12/06 11:06:58 version 1.8, 2024/05/18 08:47:13
Line 130 
Line 130 
 #endif  #endif
 int ssl_print_tmp_key(BIO *out, SSL *s);  int ssl_print_tmp_key(BIO *out, SSL *s);
 int init_client(int *sock, char *server, char *port, int type, int af);  int init_client(int *sock, char *server, char *port, int type, int af);
 int should_retry(int i);  
 int extract_port(char *str, short *port_ptr);  int extract_port(char *str, short *port_ptr);
 int extract_host_port(char *str, char **host_ptr, unsigned char *ip, char **p);  int extract_host_port(char *str, char **host_ptr, unsigned char *ip, char **p);
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8