summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/ser_key.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-26 17:21:40 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-26 17:21:40 +0000
commitfc0adc2a3f0e58b962709bf0afd35149c1800620 (patch)
treefd6b092d1f957a778f7cc3bfdaf9deab07f44456 /src/lib/krb5/krb/ser_key.c
parentb4129262b1e46a0db910e1b0345b9dd27b805320 (diff)
downloadkrb5-fc0adc2a3f0e58b962709bf0afd35149c1800620.tar.gz
krb5-fc0adc2a3f0e58b962709bf0afd35149c1800620.tar.xz
krb5-fc0adc2a3f0e58b962709bf0afd35149c1800620.zip
* t_ser.c: Cast getpid() calls to int as arguments to sprintf
* ser_actx.c: Move prototypes (listed below) to int-proto.h * int-proto.h: Add prototypes for krb5_ser_authdata_init, krb5_ser_address_init, krb5_ser_authenticator_init, krb5_ser_checksum_init, krb5_ser_keyblock_init, krb5_ser_principal_init. * ser_adata.c, ser_addr.c, ser_auth.c, ser_cksum.c, ser_key.c, ser_princ.c: Include int-proto.h for prototypes. By moving the prototypes to int-proto.h, it ndles the gcc warning on missing prototypes. These functions are intenal and all used by krb5_ser_auth_context_init() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12814 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/ser_key.c')
-rw-r--r--src/lib/krb5/krb/ser_key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/ser_key.c b/src/lib/krb5/krb/ser_key.c
index 3b457477dd..9ea7b1cdb0 100644
--- a/src/lib/krb5/krb/ser_key.c
+++ b/src/lib/krb5/krb/ser_key.c
@@ -29,6 +29,7 @@
* ser_key.c - Serialize a krb5_keyblock structure.
*/
#include "k5-int.h"
+#include "int-proto.h"
/*
* Routines to deal with externalizing the krb5_keyblock: