Correct an error in the README.ENGINE file.
authorGeoff Thorpe <geoff@openssl.org>
Mon, 8 Jul 2002 14:57:09 +0000 (14:57 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 8 Jul 2002 14:57:09 +0000 (14:57 +0000)
Submitted by: Jan Tschirschwitz <Jan.Tschirschwitz@cluster-labs.de>

README.ENGINE

index 643d0cb51f7352a126313f0873c936b41f66e792..4af520958e53dccf11ff7548e59a753d0f7401a6 100644 (file)
 
        openssl engine dynamic \
                  -pre SO_PATH:/lib/libfoo.so \
-                 -pre ENGINE_ID:foo \
+                 -pre ID:foo \
                  -pre LOAD \
                  -pre "CMD_FOO:some input data"
 
 
        openssl engine -vvvv dynamic \
                  -pre SO_PATH:/lib/libfoo.so \
-                 -pre ENGINE_ID:foo \
+                 -pre ID:foo \
                  -pre LOAD
 
     Applications that support the ENGINE API and more specifically, the