diff options
| author | Richard Basch <probe@mit.edu> | 1997-02-11 04:49:35 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1997-02-11 04:49:35 +0000 |
| commit | 16f0c4b153c5ca2d6fdb5074ae49557c5ffa4201 (patch) | |
| tree | 7ef2b9df0e2e999d121627b8b1e9b43a64ec8b95 /src/lib/gssapi32.def | |
| parent | e2ce0a857c3edf9f9e71abdb680884ae662e99a1 (diff) | |
| download | krb5-16f0c4b153c5ca2d6fdb5074ae49557c5ffa4201.tar.gz krb5-16f0c4b153c5ca2d6fdb5074ae49557c5ffa4201.tar.xz krb5-16f0c4b153c5ca2d6fdb5074ae49557c5ffa4201.zip | |
gssapi32.def: removed obsolete keywords (RESIDENTNAME, EXETYPE)
krb5_16.def krb5_32.def: export additional functions needed by kinit
Makefile.in: attempt at making a functional SAP library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9842 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi32.def')
| -rw-r--r-- | src/lib/gssapi32.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def index 959e0f8d0..38484149f 100644 --- a/src/lib/gssapi32.def +++ b/src/lib/gssapi32.def @@ -4,13 +4,12 @@ ;LIBRARY GSSAPI DESCRIPTION 'Base Generic Security Service API' -EXETYPE WINDOWS CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE SINGLE HEAPSIZE 8192 EXPORTS - WEP @1001 RESIDENTNAME + WEP @1001 LibMain @1002 ; gss_acquire_cred |
