From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:44 +0000 (+0000) Subject: packages/gpgme: fix whitespaces X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=408f6a7159b3c77d16da6ceca88bae9fd2ce224b;p=openwrt%2Fsvn-archive%2Farchive.git packages/gpgme: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40096 --- diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index 76db1d602e..e39722011f 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -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