svn rev #23515: branches/anonymous/src/include/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Dec 23 16:11:09 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23515
Commit By: hartmans
Log Message:
Move symbols needed by pkinit pa_pkinit_k x to k5-int-pkinit.h


Changed Files:
U   branches/anonymous/src/include/k5-int-pkinit.h
U   branches/anonymous/src/include/k5-int.h
Modified: branches/anonymous/src/include/k5-int-pkinit.h
===================================================================
--- branches/anonymous/src/include/k5-int-pkinit.h	2009-12-23 21:11:06 UTC (rev 23514)
+++ branches/anonymous/src/include/k5-int-pkinit.h	2009-12-23 21:11:09 UTC (rev 23515)
@@ -283,4 +283,15 @@
 
 void krb5_free_typed_data(krb5_context, krb5_typed_data **);
 
+krb5_error_code
+encode_krb5_enc_data(const krb5_enc_data *, krb5_data **);
+
+krb5_error_code
+encode_krb5_encryption_key(const krb5_keyblock *rep, krb5_data **code);
+
+krb5_error_code
+krb5_encrypt_helper(krb5_context context, const krb5_keyblock *key,
+                    krb5_keyusage keyusage, const krb5_data *plain,
+                    krb5_enc_data *cipher);
+
 #endif /* _KRB5_INT_PKINIT_H */

Modified: branches/anonymous/src/include/k5-int.h
===================================================================
--- branches/anonymous/src/include/k5-int.h	2009-12-23 21:11:06 UTC (rev 23514)
+++ branches/anonymous/src/include/k5-int.h	2009-12-23 21:11:09 UTC (rev 23515)
@@ -807,11 +807,6 @@
 /* this helper fct is in libkrb5, but it makes sense declared here. */
 
 krb5_error_code
-krb5_encrypt_helper(krb5_context context, const krb5_keyblock *key,
-                    krb5_keyusage keyusage, const krb5_data *plain,
-                    krb5_enc_data *cipher);
-
-krb5_error_code
 krb5_encrypt_keyhelper(krb5_context context, krb5_key key,
                        krb5_keyusage keyusage, const krb5_data *plain,
                        krb5_enc_data *cipher);
@@ -1572,9 +1567,6 @@
 encode_krb5_ticket(const krb5_ticket *rep, krb5_data **code);
 
 krb5_error_code
-encode_krb5_encryption_key(const krb5_keyblock *rep, krb5_data **code);
-
-krb5_error_code
 encode_krb5_enc_tkt_part(const krb5_enc_tkt_part *rep, krb5_data **code);
 
 krb5_error_code
@@ -1660,9 +1652,6 @@
 encode_krb5_etype_info2(krb5_etype_info_entry *const *, krb5_data **code);
 
 krb5_error_code
-encode_krb5_enc_data(const krb5_enc_data *, krb5_data **);
-
-krb5_error_code
 encode_krb5_pa_enc_ts(const krb5_pa_enc_ts *, krb5_data **);
 
 krb5_error_code




More information about the cvs-krb5 mailing list