summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2000-03-03 20:31:58 +0000
committerjhay <jhay@FreeBSD.org>2000-03-03 20:31:58 +0000
commit94eda357d0b72723a3567113284ec05df08c4f47 (patch)
tree3c8e48944f9086e35c8ee98cc3d45df09cb068b7 /crypto
parent079b595e6d988fcade948356fc67d198bdb80715 (diff)
downloadFreeBSD-src-94eda357d0b72723a3567113284ec05df08c4f47.zip
FreeBSD-src-94eda357d0b72723a3567113284ec05df08c4f47.tar.gz
MFI: Use krb5 functions in krb5 files.
Reviewed by: markm
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/auth-krb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/auth-krb5.c b/crypto/openssh/auth-krb5.c
index 6030d9a..0e11c8a 100644
--- a/crypto/openssh/auth-krb5.c
+++ b/crypto/openssh/auth-krb5.c
@@ -240,7 +240,7 @@ krb5_init(void)
}
if (!cleanup_registered) {
- fatal_add_cleanup(krb4_cleanup_proc, NULL);
+ fatal_add_cleanup(krb5_cleanup_proc, NULL);
cleanup_registered = 1;
}
return 0;
OpenPOWER on IntegriCloud