]> git.tuebingen.mpg.de Git - paraslash.git/commit - openssl.c
openssl: Rename read_private_rsa_params() -> read_openssh_private_key().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 16:35:03 +0000 (18:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 18:06:50 +0000 (20:06 +0200)
commitfa9e0afda25c038c0c9d815f7d812f27f5f34ea0
treebcbc5f81a30112404a9971bd44438f8ec4bec251
parentf7b521c8ef0ae9af918476f41c67c5b839c865b5
openssl: Rename read_private_rsa_params() -> read_openssh_private_key().

The new name encodes the format of the key in the function name just
like the counterpart read_pem_private_key() does.
openssl.c