diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-09-19 05:34:17 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-09-19 05:34:17 +0000 |
| commit | c16d41fbecfb6b349e078d40f22cf4f6e207414d (patch) | |
| tree | 0b41564897930c8d5f27068470049dff2803c6b3 /src/include | |
| parent | 9fbc34aceb1bdf065ec18701c695822abdf62bac (diff) | |
| download | krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.tar.gz krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.tar.xz krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.zip | |
Formatting fixes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25209 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int-pkinit.h | 8 | ||||
| -rw-r--r-- | src/include/krb5/krb5.hin | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/src/include/k5-int-pkinit.h b/src/include/k5-int-pkinit.h index 8490f82d91..0d1a986d26 100644 --- a/src/include/k5-int-pkinit.h +++ b/src/include/k5-int-pkinit.h @@ -65,7 +65,7 @@ typedef struct _krb5_subject_pk_info { krb5_octet_data subjectPublicKey; /* BIT STRING */ } krb5_subject_pk_info; -/** AuthPack from RFC 4556*/ +/** AuthPack from RFC 4556*/ typedef struct _krb5_auth_pack { krb5_pk_authenticator pkAuthenticator; krb5_subject_pk_info *clientPublicValue; /* Optional */ @@ -241,10 +241,12 @@ encode_krb5_td_dh_parameters(const krb5_algorithm_identifier **, krb5_data **code); krb5_error_code -encode_krb5_sp80056a_other_info(const krb5_sp80056a_other_info *, krb5_data **); +encode_krb5_sp80056a_other_info(const krb5_sp80056a_other_info *, + krb5_data **); krb5_error_code -encode_krb5_pkinit_supp_pub_info(const krb5_pkinit_supp_pub_info *, krb5_data **); +encode_krb5_pkinit_supp_pub_info(const krb5_pkinit_supp_pub_info *, + krb5_data **); /************************************************************************* * Prototypes for pkinit asn.1 decode routines diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 5b6f0b9c1e..7faf687062 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -4647,10 +4647,10 @@ void KRB5_CALLCONV krb5_free_data(krb5_context context, krb5_data *val); /** - * @brief Free storage associated with a @c krb5_octet_data structure and its pointer. + * Free storage associated with a @c krb5_octet_data structure and its pointer. * - * @param context Context structure [input, output] - * @param val Pointer to data structure to be freed [input, output] + * @param [in] context Context structure + * @param [in] val Data structure to be freed * * @return * None @@ -4659,10 +4659,7 @@ void KRB5_CALLCONV krb5_free_octet_data(krb5_context context, krb5_octet_data *val); /** - * @brief Free the contents of a @c _krb5_data structure and zero the data field. - * - * @param context Context structure [input, output] - * @param val Pointer to data structure to be freed [input, output] + * Free the contents of a krb5_data structure and zero the data field. * * @param [in] context Library context * @param [in] val Data structure to free contents of |
