diff options
| author | miod <> | 2014-04-13 15:16:38 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-13 15:16:38 +0000 |
| commit | 210506dd94a697493eb809fb31df7283912ded73 (patch) | |
| tree | e1540f37b9cc4aca4ead956cd575952fa034ed98 /src/lib/libcrypto/engine | |
| parent | b904f69e7ff86ba6dd76b909b7e9caa352065e66 (diff) | |
| parent | 5b71a8afd23ce608505ed5ff6edccaeb02dc03b7 (diff) | |
| download | openbsd-210506dd94a697493eb809fb31df7283912ded73.tar.gz openbsd-210506dd94a697493eb809fb31df7283912ded73.tar.bz2 openbsd-210506dd94a697493eb809fb31df7283912ded73.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/engine')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_rdrand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/eng_rdrand.c b/src/lib/libcrypto/engine/eng_rdrand.c index a9ba5ae6f9..4e9e91d54b 100644 --- a/src/lib/libcrypto/engine/eng_rdrand.c +++ b/src/lib/libcrypto/engine/eng_rdrand.c | |||
| @@ -104,6 +104,7 @@ static int bind_helper(ENGINE *e) | |||
| 104 | { | 104 | { |
| 105 | if (!ENGINE_set_id(e, engine_e_rdrand_id) || | 105 | if (!ENGINE_set_id(e, engine_e_rdrand_id) || |
| 106 | !ENGINE_set_name(e, engine_e_rdrand_name) || | 106 | !ENGINE_set_name(e, engine_e_rdrand_name) || |
| 107 | !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) || | ||
| 107 | !ENGINE_set_init_function(e, rdrand_init) || | 108 | !ENGINE_set_init_function(e, rdrand_init) || |
| 108 | !ENGINE_set_RAND(e, &rdrand_meth) ) | 109 | !ENGINE_set_RAND(e, &rdrand_meth) ) |
| 109 | return 0; | 110 | return 0; |
