packages/gpgme: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:03:44 +00:00
parent 40bd66ca3e
commit 2182a1e56d

View File

@ -30,10 +30,10 @@ define Package/libgpgme
endef
define Package/libgpgme/description
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for
applications. It provides a High-Level Crypto API for encryption, decryption, signing,
signature verification and key management. Currently it uses GnuPG as its backend but
the API isn't restricted to this engine; in fact we have already developed a backend
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for
applications. It provides a High-Level Crypto API for encryption, decryption, signing,
signature verification and key management. Currently it uses GnuPG as its backend but
the API isn't restricted to this engine; in fact we have already developed a backend
for CMS (S/MIME).
endef