projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73cb372
)
Add the CAPI engine
author
Richard Levitte
<levitte@openssl.org>
Mon, 2 Feb 2009 00:18:09 +0000
(
00:18
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 2 Feb 2009 00:18:09 +0000
(
00:18
+0000)
engines/makeengines.com
patch
|
blob
|
history
diff --git
a/engines/makeengines.com
b/engines/makeengines.com
index 4a7474e01071251305192f9a970ae61f9f3f1fa0..840864f7cf0e6dfdcb9c6234ff77a52013bb9ce3 100644
(file)
--- a/
engines/makeengines.com
+++ b/
engines/makeengines.com
@@
-34,7
+34,7
@@
$! Set the names of the engines we want to build
$!
$ ENGINES = "," + P6
$ IF ENGINES .EQS. "," THEN -
- ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec"
+ ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec
,capi
"
$!
$! Set the default TCP/IP library to link against if needed
$!
@@
-87,6
+87,7
@@
$ ENGINE_chil = "e_chil"
$ ENGINE_nuron = "e_nuron"
$ ENGINE_sureware = "e_sureware"
$ ENGINE_ubsec = "e_ubsec"
+$ ENGINE_capi = "e_capi"
$!
$! Define which programs need to be linked with a TCP/IP library
$!