Used by sysdig OBS-URL: https://build.opensuse.org/request/show/348723 OBS-URL: https://build.opensuse.org/package/show/devel:tools/libb64?expand=0&rev=1
18 lines
444 B
Diff
18 lines
444 B
Diff
Description: do not export the CHARS_PER_LINE variable
|
|
Author: Jakub Wilk <jwilk@debian.org>
|
|
Bug: http://sourceforge.net/tracker/?func=detail&aid=3591420&group_id=152942&atid=785907
|
|
Forwarded: yes
|
|
Last-Update: 2012-11-30
|
|
|
|
--- a/src/cencode.c
|
|
+++ b/src/cencode.c
|
|
@@ -7,7 +7,7 @@
|
|
|
|
#include <b64/cencode.h>
|
|
|
|
-const int CHARS_PER_LINE = 72;
|
|
+static const int CHARS_PER_LINE = 72;
|
|
|
|
void base64_init_encodestate(base64_encodestate* state_in)
|
|
{
|