CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/10/11 10:06:36
Modified files: usr.sbin/rpki-client: encoding.c Log message: base64_encode() should not add any newlines into the output. Because of this switch from EVP_EncodeUpdate() plus complexity to the much simpler use of calling EVP_EncodeBlock() directly. OK job@