fix bad capitalization of decode_krb5_authenticator
authorJohn Kohl <jtkohl@mit.edu>
Fri, 9 Mar 1990 11:37:24 +0000 (11:37 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 9 Mar 1990 11:37:24 +0000 (11:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@378 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn.1/encode.h

index 867c62103ca97b360b421a3c7ecd1811082b2ed9..23b1cc09bbfffcd1e81ea911c660256497748cb2 100644 (file)
@@ -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, \