From 83b23011deea034e6b8e023dabce20c962a31c8d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 5 Jul 2010 15:04:30 +0200 Subject: Some Doxygen fixes. --- src/libstrongswan/plugins/openssl/openssl_util.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libstrongswan/plugins/openssl/openssl_util.h') diff --git a/src/libstrongswan/plugins/openssl/openssl_util.h b/src/libstrongswan/plugins/openssl/openssl_util.h index 405936c9a..25c692a1a 100644 --- a/src/libstrongswan/plugins/openssl/openssl_util.h +++ b/src/libstrongswan/plugins/openssl/openssl_util.h @@ -38,7 +38,7 @@ * @param hash_type NID of the hash * @param data the chunk of data to hash * @param hash chunk that contains the hash - * @return TRUE on success, FALSE otherwise + * @return TRUE on success, FALSE otherwise */ bool openssl_hash_chunk(int hash_type, chunk_t data, chunk_t *hash); @@ -70,8 +70,8 @@ bool openssl_bn_split(chunk_t chunk, BIGNUM *a, BIGNUM *b); /** * Allocate a chunk using the i2d function of a given object * - * @param type_id type of the object - * @param object object to convert to DER + * @param type type of the object + * @param obj object to convert to DER * @returns allocated chunk of the object, or chunk_empty */ #define openssl_i2chunk(type, obj) ({ \ @@ -106,7 +106,7 @@ identification_t *openssl_x509_name2id(X509_NAME *name); /** * Check if an ASN1 oid is a an OID known by libstrongswan. * - * @param object openssl ASN1 object + * @param obj openssl ASN1 object * @returns OID, as defined in */ int openssl_asn1_known_oid(ASN1_OBJECT *obj); -- cgit v1.2.3