From 3afc6b50222f6dfeec2cadb46b83c8d6e0d37c47 Mon Sep 17 00:00:00 2001 From: Zbigniew Kosinski Date: Thu, 27 Sep 2012 03:48:48 +0000 Subject: [PATCH] From: Zbigniew Kosinski Subject: [E-devel] [PATCH][EET][DOC] Warning about compilation with signature support in EET in documentation Some API from EET require compilation with signature support in EET lib. In my opinion, it is good idea to add some description in documentation about that. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 05f80e9..fccfc18 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -1821,6 +1821,7 @@ typedef int (*Eet_Key_Password_Callback)(char *buffer, int size, int rwflag, voi * * @see eet_identity_close() * + * @warning You need to compile signature support in EET. * @since 1.2.0 * @ingroup Eet_Cipher_Group */ @@ -1863,6 +1864,7 @@ eet_identity_set(Eet_File *ef, * @param key the handle to print. * @param out where to print. * + * @warning You need to compile signature support in EET. * @since 1.2.0 * @ingroup Eet_Cipher_Group */ @@ -1922,6 +1924,7 @@ eet_identity_sha1(Eet_File *ef, * @param der_length The length the certificate. * @param out where to print. * + * @warning You need to compile signature support in EET. * @since 1.2.0 * @ingroup Eet_Cipher_Group */ -- 2.7.4