diff options
author | Keith Vetter <keithv@fusion.com> | 1995-02-27 21:32:03 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-02-27 21:32:03 +0000 |
commit | 95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812 (patch) | |
tree | b4b2023082ca92739186a016fae37de6df6a37d5 /src/lib/krb5/krb/gen_subkey.c | |
parent | 80746975a8bb5a124447ea359ccfb179afe69704 (diff) | |
download | krb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.tar.gz krb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.tar.xz krb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.zip |
Converted the krb5/krb directory to work under windows. Mostly added the
windows INTERFACE keyword to functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/gen_subkey.c')
-rw-r--r-- | src/lib/krb5/krb/gen_subkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/gen_subkey.c b/src/lib/krb5/krb/gen_subkey.c index 68425b2c98..763c909a56 100644 --- a/src/lib/krb5/krb/gen_subkey.c +++ b/src/lib/krb5/krb/gen_subkey.c @@ -28,7 +28,7 @@ #include <krb5/krb5.h> #include <krb5/ext-proto.h> -krb5_error_code +krb5_error_code INTERFACE krb5_generate_subkey(context, key, subkey) krb5_context context; const krb5_keyblock *key; |