forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
339 B
C
10 lines
339 B
C
--- lib/decode.c.orig Tue Feb 26 02:01:06 2002
|
|
+++ lib/decode.c Thu May 19 16:23:01 2005
|
|
@@ -58,6 +58,7 @@
|
|
__LINE__, (scep->client) ? "reply" : "request");
|
|
|
|
/* convert from base64 to internal representation */
|
|
+ BIO_set_mem_eof_return(bio, 0);
|
|
if (msg->base64) {
|
|
if (debug)
|
|
BIO_printf(bio_err, "%s:%d: prepending Base64 "
|