CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/08/10 09:11:16
Modified files: lib/libcrypto/dh: dh_ameth.c lib/libcrypto/dsa: dsa_ameth.c Log message: Clean up {dh,dsa}_pub_encode() This brings these two messy functions into more usual shape. There is a lot more that can be done in here. It is a step in the right direction. ok jsing