Skip to content

Commit 032b30a

Browse files
committed
Deinitialization is not a thing for the specification
1 parent 2e8fbb0 commit 032b30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/crypto/api/library/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If the application calls any function that returns a :code:`psa_status_t` result
116116
.. summary::
117117
Crypto subsystem identifier for the communication with the server, if this is a client that communicates with a server where the key store is located.
118118

119-
In a client-server implementation, initializing this subsystem is necessary before any API function other than library initialization, deinitialization and functions accessing local data structures such as key attributes.
119+
In a client-server implementation, initializing this subsystem is necessary before any API function other than library initialization and functions accessing local data structures such as key attributes.
120120

121121
In a library implementation, initializing this subsystem has no effect, and always succeeds.
122122

0 commit comments

Comments
 (0)