summaryrefslogtreecommitdiffstats
path: root/engines/e_atalla.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2003-01-07 05:53:58 +0000
committerGeoff Thorpe <geoff@openssl.org>2003-01-07 05:53:58 +0000
commit4ebb5293fc7ae1fbb7c5cd8bbe114049bcd8685e (patch)
treeffbd5ff55fcf1d8a5dd746101040155c3e6815c8 /engines/e_atalla.c
parent2814c629154a2ef9f7371808738eb70c92a1d1b1 (diff)
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.c1
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