summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/engine.3
diff options
context:
space:
mode:
authorjmc <>2016-12-08 22:13:59 +0000
committerjmc <>2016-12-08 22:13:59 +0000
commitb6948e1dc0f3d04b7a4215efbff64c78f9cdd408 (patch)
tree9dc464d3e4441d16f279101e93528d006f825055 /src/lib/libcrypto/man/engine.3
parent5418cbcc35c07098b601750bd5e31ff1f58ff2ca (diff)
downloadopenbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.gz
openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.bz2
openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.zip
some Vt fixes;
Diffstat (limited to 'src/lib/libcrypto/man/engine.3')
-rw-r--r--src/lib/libcrypto/man/engine.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3
index 5b7cad4321..555d1ba90b 100644
--- a/src/lib/libcrypto/man/engine.3
+++ b/src/lib/libcrypto/man/engine.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: engine.3,v 1.5 2016/11/22 12:32:07 schwarze Exp $ 1.\" $OpenBSD: engine.3,v 1.6 2016/12/08 22:13:59 jmc Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Geoff Thorpe <geoff@openssl.org>. 4.\" This file was written by Geoff Thorpe <geoff@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: November 22 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt ENGINE 3 53.Dt ENGINE 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -608,9 +608,9 @@ reference.
608.Em Structural references 608.Em Structural references
609.Pp 609.Pp
610This basic type of reference is used for instantiating new 610This basic type of reference is used for instantiating new
611.Vt ENGINE Ns s, 611.Vt ENGINE Ns s ,
612iterating across OpenSSL's internal linked-list of loaded 612iterating across OpenSSL's internal linked-list of loaded
613.Vt ENGINE Ns s, 613.Vt ENGINE Ns s ,
614reading information about an 614reading information about an
615.Vt ENGINE , 615.Vt ENGINE ,
616etc. 616etc.
@@ -967,7 +967,7 @@ This mechanism is entirely based on the use of name-value pairs
967and assumes ASCII input (no unicode or UTF for now!), so it is ideal if 967and assumes ASCII input (no unicode or UTF for now!), so it is ideal if
968applications want to provide a transparent way for users to provide 968applications want to provide a transparent way for users to provide
969arbitrary configuration "directives" directly to such 969arbitrary configuration "directives" directly to such
970.Vt ENGINE Ns s. 970.Vt ENGINE Ns s .
971It is also possible for the application to dynamically interrogate the 971It is also possible for the application to dynamically interrogate the
972loaded 972loaded
973.Vt ENGINE 973.Vt ENGINE
@@ -1018,7 +1018,7 @@ Note that the string-pairs used for control commands consist of a
1018command "name" followed by the command "parameter" - the parameter 1018command "name" followed by the command "parameter" - the parameter
1019could be 1019could be
1020.Dv NULL 1020.Dv NULL
1021in some cases but the name can not. 1021in some cases but the name cannot.
1022This function should initialise the 1022This function should initialise the
1023.Vt ENGINE 1023.Vt ENGINE
1024(issuing the "pre" commands beforehand and the "post" commands 1024(issuing the "pre" commands beforehand and the "post" commands