]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Unify naming of public key structures.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 2 May 2023 20:28:56 +0000 (22:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 18:06:50 +0000 (20:06 +0200)
commitc2ec86357f3bab152b1aad62cb11a07af023ce50
treeb9dc449ba6a58d1bf05aac61a4a517119c9b9076
parentfa9e0afda25c038c0c9d815f7d812f27f5f34ea0
openssl: Unify naming of public key structures.

The pointers to private key structures are all called "priv", but for
their public counterparts we often use "key" rather than "pub". Fix
that to improve readability.
openssl.c