fix trailing . in description

https://github.com/vincenthz/hs-cipher-aes/pull/40
This commit is contained in:
Jens Petersen 2021-07-07 23:41:23 +08:00
parent b7b757dff5
commit 13afda6481

View File

@ -41,7 +41,7 @@ The software implementation uses S-Boxes, which might suffer for cache timing
issues. However do notes that most other known software implementations,
including very popular one (openssl, gnutls) also uses similar implementation.
If it matters for your case, you should make sure you have AES-NI available, or
you'll need to use a different implementation. .
you'll need to use a different implementation.
%package devel