summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-04 00:39:57 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-04 00:39:57 +0000
commite037d1e993ec4df947cd8c92a5f3643838bc2e6b (patch)
tree194d7f2aabcb3ba21cf66b57b149278e5107961c /src/windows/wintel
parentbdf4523df7addccddacd97542627e78c272113f6 (diff)
downloadkrb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.tar.gz
krb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.tar.xz
krb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.zip
Danilo says we can get rid of the DLLIMP stuff now
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13775 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel')
-rw-r--r--src/windows/wintel/ChangeLog4
-rw-r--r--src/windows/wintel/encrypt.h8
2 files changed, 8 insertions, 4 deletions
diff --git a/src/windows/wintel/ChangeLog b/src/windows/wintel/ChangeLog
index f8526d9bc8..1634de5eed 100644
--- a/src/windows/wintel/ChangeLog
+++ b/src/windows/wintel/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-03 Ken Raeburn <raeburn@mit.edu>
+
+ * encrypt.h: Don't use KRB5_DLLIMP.
+
2000-05-08 Nalin Dahyabhai <nalin@redhat.com>
* auth.c (auth_abort): Don't overflow buffer "strTmp".
diff --git a/src/windows/wintel/encrypt.h b/src/windows/wintel/encrypt.h
index d00aa6517a..a0ae799b79 100644
--- a/src/windows/wintel/encrypt.h
+++ b/src/windows/wintel/encrypt.h
@@ -161,13 +161,13 @@ void ofb64_session P((Session_Key *, int));
int ofb64_keyid P((int, unsigned char *, int *));
void ofb64_printsub P((unsigned char *, int, unsigned char *, int));
-KRB5_DLLIMP int KRB5_CALLCONV
+int KRB5_CALLCONV
des_new_random_key P((Block));
-KRB5_DLLIMP void KRB5_CALLCONV
+void KRB5_CALLCONV
des_set_random_generator_seed P((Block));
-KRB5_DLLIMP void KRB5_CALLCONV
+void KRB5_CALLCONV
des_key_sched P((Block, Schedule));
-KRB5_DLLIMP void KRB5_CALLCONV
+void KRB5_CALLCONV
des_ecb_encrypt P((Block, Block, Schedule, int));
/* int des_string_to_key P((char *, Block)); */