gcrypt: Rename E_OEAP to E_RSA_DECODE.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jul 2016 14:32:39 +0000 (16:32 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 7 Jan 2017 19:23:40 +0000 (20:23 +0100)
commit9249294000b235a0a80ee5e8c70f43c186205888
tree6d3ab4affcd8891fe5d8241f3bebda2e2b358904
parenteab41e874f0edcdce4ec4d861c613ee7c7a83865
gcrypt: Rename E_OEAP to E_RSA_DECODE.

This error code was misleading since gcry_sexp_nth_data() can fail
for other reasons as well. The patch also removes a pointless error
message.
error.h
gcrypt.c