]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.h
remove GSSAPI authentication support for SSH protocol 1
[gssapi-openssh.git] / openssh / packet.h
index 1793030babf82fbb5ec812849a0eb39225424ef4..7732fafb71fecce15af624cd67b611c56877e15a 100644 (file)
@@ -54,7 +54,6 @@ void     packet_get_bignum(BIGNUM * value);
 void     packet_get_bignum2(BIGNUM * value);
 void   *packet_get_raw(int *length_ptr);
 void   *packet_get_string(u_int *length_ptr);
-void   packet_get_all(void);
 void     packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));
 void     packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
 
This page took 0.068314 seconds and 4 git commands to generate.