diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-09-01 13:37:39 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-09-01 13:37:39 +0000 |
commit | 883f6614e01dd939f85219f9b13f64a19e4de1e9 (patch) | |
tree | e2af35499a80906746667d122c0142d121083058 /lib/x509_b64.c | |
parent | 0fd9a4d2473837d5d3391d4c8ad8470521720d0e (diff) | |
download | gnutls-883f6614e01dd939f85219f9b13f64a19e4de1e9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/x509_b64.c')
-rw-r--r-- | lib/x509_b64.c | 2 |
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) { |