summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/encryption.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-12-14 23:57:30 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-12-14 23:57:30 +0000
commit0ba6a207e6d2499c1db2d76945c6a9ea88f3342d (patch)
tree9373989245f926e299e894b111a79cecae1ae206 /src/include/krb5/encryption.h
parent1bc0aafd4ba3baa32e69ee9ad0d6271e14cb5ba7 (diff)
downloadkrb5-0ba6a207e6d2499c1db2d76945c6a9ea88f3342d.tar.gz
krb5-0ba6a207e6d2499c1db2d76945c6a9ea88f3342d.tar.xz
krb5-0ba6a207e6d2499c1db2d76945c6a9ea88f3342d.zip
move krb5_encrypted_keyblock to kdb.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1555 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/encryption.h')
-rw-r--r--src/include/krb5/encryption.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h
index 0bdaa5ff66..b3dc1437cb 100644
--- a/src/include/krb5/encryption.h
+++ b/src/include/krb5/encryption.h
@@ -22,12 +22,6 @@ typedef struct _krb5_keyblock {
krb5_octet *contents;
} krb5_keyblock;
-typedef struct _krb5_encrypted_keyblock {
- krb5_keytype keytype;
- int length;
- krb5_octet *contents;
-} krb5_encrypted_keyblock;
-
typedef struct _krb5_checksum {
krb5_cksumtype checksum_type; /* checksum type */
int length;