Use unsigned char instead of u_char for two prototypes (like everywhere
authortb <tb@openbsd.org>
Thu, 14 Oct 2021 00:45:02 +0000 (00:45 +0000)
committertb <tb@openbsd.org>
Thu, 14 Oct 2021 00:45:02 +0000 (00:45 +0000)
commit829f6532d0d2cde8ed7c161e5a8cc698c7b32d90
treea856b63b41cde4d40321da0926bc0431b9bfdaf0
parent80e014067e9d110380fd392569f7cc663cce8735
Use unsigned char instead of u_char for two prototypes (like everywhere
else in libcrypto's manuals and headers).
lib/libcrypto/man/EVP_EncryptInit.3