Commit a6b8e925 authored by Richard Levitte's avatar Richard Levitte
Browse files

Another small bug fix. Notified by cipo <cseplo_l@netlock.net>

parent d2fca2c5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -465,7 +465,10 @@ int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
			}
		BIO_printf(out, "\n");
		}
	if (hmac_key)
		{
		BIO_set_md_ctx(bmd,md_ctx);
		}
	return 0;
	}