From 361ffef8443c7200f1363de8a1353b67b9e4370e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 9 Mar 1990 11:37:24 +0000 Subject: [PATCH] fix bad capitalization of decode_krb5_authenticator git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@378 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/asn.1/encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/asn.1/encode.h b/src/include/krb5/asn.1/encode.h index 867c62103..23b1cc09b 100644 --- a/src/include/krb5/asn.1/encode.h +++ b/src/include/krb5/asn.1/encode.h @@ -40,7 +40,7 @@ krb5_error_code decode_generic (encoder_func) encode_KRB5_Authenticator, \ (translator_func) krb5_authenticator2KRB5_Authenticator, \ (free_func) free_KRB5_Authenticator) -#define decode_KRB5_authenticator(pauth, output) \ +#define decode_krb5_authenticator(pauth, output) \ decode_generic((krb5_pointer)pauth, (krb5_pointer *) output, \ (decoder_func) decode_KRB5_Authenticator, \ (translator_func) KRB5_Authenticator2krb5_authenticator, \ -- 2.26.2