summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-01 13:37:39 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-09-01 13:37:39 +0000
commit883f6614e01dd939f85219f9b13f64a19e4de1e9 (patch)
treee2af35499a80906746667d122c0142d121083058 /lib/x509_b64.c
parent0fd9a4d2473837d5d3391d4c8ad8470521720d0e (diff)
downloadgnutls-883f6614e01dd939f85219f9b13f64a19e4de1e9.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/x509_b64.c')
-rw-r--r--lib/x509_b64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509_b64.c b/lib/x509_b64.c
index 9adeb0d423..ebe317bca2 100644
--- a/lib/x509_b64.c
+++ b/lib/x509_b64.c
@@ -353,7 +353,7 @@ inline static int cpydata(const uint8 * data, int data_size, uint8 ** result)
* The result_size is the return value
*/
#define ENDSTR "-----\n"
-#define ENDSTR2 "-----\r\n"
+#define ENDSTR2 "-----\r"
int _gnutls_fbase64_decode( const opaque* header, const opaque * data, size_t data_size,
uint8 ** result)
{