]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Move get_private_key() down.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 29 Aug 2018 09:56:20 +0000 (11:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Dec 2018 16:45:25 +0000 (17:45 +0100)
commit0b8b2469b5d2b81ff928bddd10d4ac3b819b75f8
treeadaae43f435ba8b0baeffe20c2cc88a2de89b3d9
parent74f74cde7afdba9cfe316998aba9286764bb5d34
openssl: Move get_private_key() down.

Prep patch for supporting RFC4716 keys. The function now comes after
read_bignum() and thus may call it.

Pure code movement, no actual changes.
openssl.c