summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/encrypt.h
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>2001-10-11 00:10:44 +0000
committerDanilo Almeida <dalmeida@mit.edu>2001-10-11 00:10:44 +0000
commitf37b97029b13605e54d96d395695aaaad86852ec (patch)
treed020128a292d9387e86cc76151d6ae6733d2d92e /src/windows/wintel/encrypt.h
parenta99b243bb91a3b77f5d836318a458197bc1cd0fa (diff)
downloadkrb5-f37b97029b13605e54d96d395695aaaad86852ec.tar.gz
krb5-f37b97029b13605e54d96d395695aaaad86852ec.tar.xz
krb5-f37b97029b13605e54d96d395695aaaad86852ec.zip
* intern.c (ScreenInsChar): Return BOOL
* enc_des.h: Remove undefined encrypt_send_supprt(). * encrypt.h: Fix parameters in declaration for encrypt_init(). Remove undefined encrypt_send_supprt(). * screen.h: HANDLE -> HINSTANCE. ScreenInsChar() returns BOOL. * wt-proto.h: Remove WinMain declaration since that is already in the standard Windows headers. Update declarations to current Microsoft Platform SDK definitions. Remove some undefined functions. * telnet.c: Update declarations to use definitions in current Microsoft Platform SDK (HANDLE -> HINSTANCE, and others). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13798 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel/encrypt.h')
-rw-r--r--src/windows/wintel/encrypt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/windows/wintel/encrypt.h b/src/windows/wintel/encrypt.h
index 3d8a025b9a..4d7afb176f 100644
--- a/src/windows/wintel/encrypt.h
+++ b/src/windows/wintel/encrypt.h
@@ -100,9 +100,8 @@ typedef struct {
#define SK_DES 1 /* Matched Kerberos v5 ENCTYPE_DES */
-void encrypt_init (kstream, char *, int);
+void encrypt_init (kstream, kstream_ptr);
Encryptions *findencryption (int);
-void encrypt_send_supprt (void);
void encrypt_auto (int);
void decrypt_auto (int);
void encrypt_is (unsigned char *, int);