diff options
author | Geoff Thorpe <geoff@openssl.org> | 2003-01-07 06:53:58 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2003-01-07 06:53:58 +0100 |
commit | 4ebb5293fc7ae1fbb7c5cd8bbe114049bcd8685e (patch) | |
tree | ffbd5ff55fcf1d8a5dd746101040155c3e6815c8 /engines/e_atalla.c | |
parent | This is the first step in allowing RSA_METHODs to implement their own key (diff) | |
download | openssl-4ebb5293fc7ae1fbb7c5cd8bbe114049bcd8685e.tar.xz openssl-4ebb5293fc7ae1fbb7c5cd8bbe114049bcd8685e.zip |
RSA_METHOD now supports key-generation, but (for now) none of these
ENGINEs implement it.
Diffstat (limited to 'engines/e_atalla.c')
-rw-r--r-- | engines/e_atalla.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_atalla.c b/engines/e_atalla.c index 9922189420..6807e8400c 100644 --- a/engines/e_atalla.c +++ b/engines/e_atalla.c @@ -136,6 +136,7 @@ static RSA_METHOD atalla_rsa = 0, NULL, NULL, + NULL, NULL }; #endif |