Browse Source

fix build of crypt.pdf

Steffen Jaeckel 7 years ago
parent
commit
e31e757a86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/crypt.tex

+ 2 - 2
doc/crypt.tex

@@ -1365,8 +1365,8 @@ For both \textit{Salsa20} and \textit{XSalsa20} rounds must be an even number
 and if set to 0 the default number of rounds, 20, will be used.
 \vspace{1mm}
 
-If you define \textit{LTC_XSALSA20} to include \textit{XSalsa20} in a minimal
-\textit{libtomcrypt} library build, you must also define \textit{LTC_SALSA20}.
+If you define \textit{LTC\_XSALSA20} to include \textit{XSalsa20} in a minimal
+\textit{libtomcrypt} library build, you must also define \textit{LTC\_SALSA20}.
 \vspace{1mm}
 
 As always, never ever use the same key + nonce/IV pair more than once.