Mailinglist Archive: opensuse-bugs (5559 mails)

< Previous Next >
[Bug 720601] segmentation fault in svn

https://bugzilla.novell.com/show_bug.cgi?id=720601

https://bugzilla.novell.com/show_bug.cgi?id=720601#c11


--- Comment #11 from Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx> 2011-10-18
13:22:57 CLST ---
"Automatically using builtin ENGINE implementations

Here we'll assume we want to load and register all ENGINE implementations
bundled with OpenSSL, such that for any cryptographic algorithm required by
OpenSSL - if there is an ENGINE that implements it and can be initialise, it
should be used. The following code illustrates how this can work;

/* Load all bundled ENGINEs into memory and make them visible */
ENGINE_load_builtin_engines();
/* Register all of them for every algorithm they collectively implement */
ENGINE_register_all_complete();
That's all that's required. "

Apparently, it is not :-|

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >