1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Zap empty line

This commit is contained in:
Frank Denis 2014-05-12 14:20:52 -07:00
parent f3034d38fc
commit a3527a476a

View File

@ -201,7 +201,6 @@ them:
int sodium_mlock(void *addr, size_t len);
Once done with these pages, they can be unlocked with
`sodium_munlock()`. This function will zero the data before unlocking
the pages.