Skip to content

Commit c00c08c

Browse files
authored
Update crack.adoc (#74)
1 parent 45798d7 commit c00c08c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crack/crack.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ Be sure to read up on `crypt`, taking particular note of its mention of "salt":
9393
man crypt
9494
----
9595

96-
Per that man page, you'll likely want to put
96+
You'll likely want to put
9797

9898
[source,c]
9999
----
100-
#define _XOPEN_SOURCE
101-
#include <unistd.h>
100+
#include <crypt.h>
102101
----
103102

104103
at the top of your file in order to use `crypt`.

0 commit comments

Comments
 (0)