You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,14 @@ The following list does not claim to be complete resp. to be available across al
100
100
| *empty target*/none given | c.f. `library`
101
101
|`library`| builds only the library |
102
102
|`hashsum`| builds the `hashsum` binary, similar to [`shasum`](https://linux.die.net/man/1/shasum), but with support for all hash-algorithms included in the library *\*4*|
103
-
|`ltcrypt`| builds the `ltcrypt` binary, implementing something similar to [`crypt`](https://linux.die.net/man/3/crypt)*\*4*|
103
+
|`crypt`| builds the `crypt` binary, implementing something similar to [`crypt`](https://linux.die.net/man/3/crypt)*\*4*|
104
104
|`sizes`| builds the `sizes` binary, printing all internal data sizes on invocation *\*4*|
105
105
|`constants`| builds the `constants` binary, printing all internal constants on invocation *\*4*|
106
106
|`openssl-enc`| builds the `openssl-enc` binary, which is more or less compatible to [`openssl enc`](https://linux.die.net/man/1/enc)*\*4**\*5*|
107
107
|`test`| builds the `test` binary, which runs all algorithm self-tests + some extended tests *\*4*|
108
108
|`timing`| builds the `timing` binary, which can be used to measure timings for algorithms and modes *\*4*|
0 commit comments