From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/crypto/doc/src/crypto.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 5a2343fb7e..5c1909fc7f 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -23,7 +23,7 @@ crypto - crypto + crypto Crypto Functions

This module provides a set of cryptographic functions. @@ -622,7 +622,7 @@ - + XOR data

Performs bit-wise XOR (exclusive or) on the data supplied.

@@ -805,7 +805,7 @@ - + Provides information about the libraries used by crypto.

Provides the name and version of the libraries used by crypto.

@@ -922,7 +922,7 @@
- rand_uniform(Lo, Hi) -> N + rand_uniform(Lo, Hi) -> N Generate a random number Lo, Hi, N = integer() @@ -935,7 +935,7 @@ - + Equivalent to application:start(crypto).

Equivalent to application:start(crypto).

@@ -943,7 +943,7 @@
- + Equivalent to application:stop(crypto).

Equivalent to application:stop(crypto).

-- cgit v1.2.3