remove krb5 support
This commit is contained in:
@@ -361,9 +361,6 @@ test_binaries = \
|
||||
$(OBJ)\aes-test.exe \
|
||||
$(OBJ)\derived-key-test.exe \
|
||||
$(OBJ)\n-fold-test.exe \
|
||||
!ifdef KRB4
|
||||
$(OBJ)\name-45-test.exe \
|
||||
!endif
|
||||
$(OBJ)\parse-name-test.exe \
|
||||
$(OBJ)\store-test.exe \
|
||||
$(OBJ)\string-to-key-test.exe \
|
||||
@@ -391,9 +388,6 @@ test-run:
|
||||
aes-test.exe
|
||||
derived-key-test.exe
|
||||
n-fold-test.exe
|
||||
!ifdef KRB4
|
||||
name-45-test.exe
|
||||
!endif
|
||||
parse-name-test.exe
|
||||
store-test.exe
|
||||
string-to-key-test.exe
|
||||
|
@@ -1,12 +1,6 @@
|
||||
EXPORTS
|
||||
krb524_convert_creds_kdc
|
||||
krb524_convert_creds_kdc_ccache
|
||||
#ifdef KRB4
|
||||
krb5_425_conv_principal
|
||||
krb5_425_conv_principal_ext2
|
||||
krb5_425_conv_principal_ext
|
||||
krb5_524_conv_principal
|
||||
#endif
|
||||
krb5_abort
|
||||
krb5_abortx
|
||||
krb5_acl_match_file
|
||||
|
Reference in New Issue
Block a user