diff options
author | tb <> | 2022-11-18 14:45:10 +0000 |
---|---|---|
committer | tb <> | 2022-11-18 14:45:10 +0000 |
commit | 54b961b017cbfded9bc4892699ccbc35bebf5c6f (patch) | |
tree | 48e2b4585e54a8205c6dbeb0131ead3e7cfc4d15 /src/lib/libcrypto/dsa | |
parent | 5673137f00930926e8191aab226a21afaea9ad31 (diff) | |
download | openbsd-54b961b017cbfded9bc4892699ccbc35bebf5c6f.tar.gz openbsd-54b961b017cbfded9bc4892699ccbc35bebf5c6f.tar.bz2 openbsd-54b961b017cbfded9bc4892699ccbc35bebf5c6f.zip |
Change the pkey.ptr from char * to void *
Now that EVP_PKEY is opaque, there is no reason to keep the ptr member
of the pkey union as a weird char pointer, a void pointer will do. This
avoids a few stupid casts and simplifies an upcoming diff.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions