summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/asn1_encode.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-02-22 03:08:52 +0000
committerKeith Vetter <keithv@fusion.com>1995-02-22 03:08:52 +0000
commitb71f3e8737fa16380f27deaafe5ef63c21cda99f (patch)
tree091abf6a3e566bce4606ecd0f0e8182d61041c88 /src/lib/krb5/asn.1/asn1_encode.h
parent33c00b7abb78bb72077129f37d6d0df87e1f6a70 (diff)
downloadkrb5-b71f3e8737fa16380f27deaafe5ef63c21cda99f.tar.gz
krb5-b71f3e8737fa16380f27deaafe5ef63c21cda99f.tar.xz
krb5-b71f3e8737fa16380f27deaafe5ef63c21cda99f.zip
Converted krb5/des425 and krb5/asn.1 to the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4970 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/asn1_encode.h')
-rw-r--r--src/lib/krb5/asn.1/asn1_encode.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/krb5/asn.1/asn1_encode.h b/src/lib/krb5/asn.1/asn1_encode.h
index 62d61dc3d..7da6a729f 100644
--- a/src/lib/krb5/asn.1/asn1_encode.h
+++ b/src/lib/krb5/asn.1/asn1_encode.h
@@ -46,7 +46,7 @@
asn1_encode_generalstring
*/
-asn1_error_code asn1_encode_integer
+asn1_error_code INTERFACE asn1_encode_integer
PROTOTYPE((asn1buf *buf, const long val, int *retlen));
/* requires *buf is allocated
modifies *buf, *retlen
@@ -55,7 +55,7 @@ asn1_error_code asn1_encode_integer
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_unsigned_integer
+asn1_error_code INTERFACE asn1_encode_unsigned_integer
PROTOTYPE((asn1buf *buf, const unsigned long val, int *retlen));
/* requires *buf is allocated
modifies *buf, *retlen
@@ -64,7 +64,7 @@ asn1_error_code asn1_encode_unsigned_integer
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_octetstring
+asn1_error_code INTERFACE asn1_encode_octetstring
PROTOTYPE((asn1buf *buf,
const int len, const asn1_octet *val,
int *retlen));
@@ -75,7 +75,7 @@ asn1_error_code asn1_encode_octetstring
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_charstring
+asn1_error_code INTERFACE asn1_encode_charstring
PROTOTYPE((asn1buf *buf,
const int len, const char *val,
int *retlen));
@@ -86,7 +86,7 @@ asn1_error_code asn1_encode_charstring
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_null
+asn1_error_code INTERFACE asn1_encode_null
PROTOTYPE((asn1buf *buf, int *retlen));
/* requires *buf is allocated
modifies *buf, *retlen
@@ -95,7 +95,7 @@ asn1_error_code asn1_encode_null
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_printablestring
+asn1_error_code INTERFACE asn1_encode_printablestring
PROTOTYPE((asn1buf *buf,
const int len, const char *val,
int *retlen));
@@ -106,7 +106,7 @@ asn1_error_code asn1_encode_printablestring
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_ia5string
+asn1_error_code INTERFACE asn1_encode_ia5string
PROTOTYPE((asn1buf *buf,
const int len, const char *val,
int *retlen));
@@ -117,7 +117,7 @@ asn1_error_code asn1_encode_ia5string
Returns ENOMEM to signal an unsuccesful attempt
to expand the buffer. */
-asn1_error_code asn1_encode_generaltime
+asn1_error_code INTERFACE asn1_encode_generaltime
PROTOTYPE((asn1buf *buf, const time_t val, int *retlen));
/* requires *buf is allocated
modifies *buf, *retlen
@@ -127,7 +127,7 @@ asn1_error_code asn1_encode_generaltime
to expand the buffer.
Note: The encoding of GeneralizedTime is YYYYMMDDhhmmZ */
-asn1_error_code asn1_encode_generalstring
+asn1_error_code INTERFACE asn1_encode_generalstring
PROTOTYPE((asn1buf *buf,
const int len, const char *val,
int *retlen));