summaryrefslogtreecommitdiff
path: root/lib/libtelnet/enc-proto.h
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-03-22 13:49:29 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-03-22 13:49:29 +0000
commit4202aec9f4c7a04f46877a2707245f830aa01692 (patch)
tree4df04dd6abfd5ec78204c1dea9e7000b6accd8e3 /lib/libtelnet/enc-proto.h
parent472456049e5d598acd2f5fc39cecf6a177ba83b8 (diff)
Telnet encryption warning messages, taken from kth-krb4-1.1.1.
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release.
Diffstat (limited to 'lib/libtelnet/enc-proto.h')
-rw-r--r--lib/libtelnet/enc-proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtelnet/enc-proto.h b/lib/libtelnet/enc-proto.h
index 3663556b034..6fe5181e0de 100644
--- a/lib/libtelnet/enc-proto.h
+++ b/lib/libtelnet/enc-proto.h
@@ -67,7 +67,7 @@
* or implied warranty.
*/
-/* $KTH: enc-proto.h,v 1.10 2000/01/18 03:09:56 assar Exp $ */
+/* $KTH: enc-proto.h,v 1.10.8.1 2002/02/06 03:38:05 assar Exp $ */
#if defined(ENCRYPTION)
Encryptions *findencryption (int);
@@ -105,6 +105,7 @@ void encrypt_request_start(unsigned char*, int);
void encrypt_send_end(void);
void encrypt_send_keyid(int, unsigned char*, int, int);
void encrypt_send_request_end(void);
+int encrypt_is_encrypting(void);
void encrypt_send_request_start(void);
void encrypt_send_support(void);
void encrypt_session_key(Session_Key*, int);