Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0481-crypto-Fix-missing-since-attributes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0481-crypto-Fix-missing-since-attributes.patch of Package erlang
From b918c9c86f4c39cf664d1c4e98be68f16e663d63 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson <sverker@erlang.org> Date: Thu, 22 Apr 2021 20:47:07 +0200 Subject: [PATCH 1/9] crypto: Fix missing since attributes --- lib/crypto/doc/src/crypto.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 9c26f926e0..9a38ec53f4 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -809,7 +809,7 @@ </func> <func> - <name name="crypto_final" arity="1" since=""/> + <name name="crypto_final" arity="1" since="OTP 23.0"/> <fsummary>Ends a series of encryptions or decryptions</fsummary> <desc> <p>Part of the <seeguide marker="crypto:new_api#the-new-api">new API</seeguide>. @@ -824,7 +824,7 @@ </func> <func> - <name name="crypto_get_data" arity="1" since=""/> + <name name="crypto_get_data" arity="1" since="OTP 23.0"/> <fsummary>Get information about crypto states</fsummary> <desc> <p>Part of the <seeguide marker="crypto:new_api#the-new-api">new API</seeguide>. -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor