projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fea052
)
fix bad capitalization of decode_krb5_authenticator
author
John Kohl
<jtkohl@mit.edu>
Fri, 9 Mar 1990 11:37:24 +0000
(11:37 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/asn.1/encode.h
b/src/include/krb5/asn.1/encode.h
index 867c62103ca97b360b421a3c7ecd1811082b2ed9..23b1cc09bbfffcd1e81ea911c660256497748cb2 100644
(file)
--- 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_
KRB
5_authenticator(pauth, output) \
+#define decode_
krb
5_authenticator(pauth, output) \
decode_generic((krb5_pointer)pauth, (krb5_pointer *) output, \
(decoder_func) decode_KRB5_Authenticator, \
(translator_func) KRB5_Authenticator2krb5_authenticator, \