summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Kosinski <z.kosinski@samsung.com>2012-09-27 03:48:48 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-09-27 03:48:48 +0000
commitda1786f756b99d15da3b1b27d9a6f198692d9755 (patch)
tree1ebf2574d6eff6610767fc4948ed83cf7846ea6b
parentdb11b8bbc596a42bb21c6005e0b5a697fac837d8 (diff)
downloadeet-da1786f756b99d15da3b1b27d9a6f198692d9755.tar.gz
From: Zbigniew Kosinski <z.kosinski@samsung.com>
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. SVN revision: 77116
-rw-r--r--src/lib/Eet.h3
1 files changed, 3 insertions, 0 deletions
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
*/