mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Fix up a mistaken copy paste
This commit is contained in:
parent
0c7b560a82
commit
9180ba525c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,12 +16,12 @@ Mac OS X.
|
|||
.. attribute:: ffi
|
||||
|
||||
This is a :class:`cffi.FFI` instance. It can be used to allocate and
|
||||
otherwise manipulate OpenSSL structures.
|
||||
otherwise manipulate CommonCrypto structures.
|
||||
|
||||
.. attribute:: lib
|
||||
|
||||
This is a ``cffi`` library. It can be used to call OpenSSL functions,
|
||||
and access constants.
|
||||
This is a ``cffi`` library. It can be used to call CommonCrypto
|
||||
functions, and access constants.
|
||||
|
||||
|
||||
.. _`CFFI`: https://cffi.readthedocs.org/
|
||||
|
|
|
|||
Loading…
Reference in a new issue