diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | crypt.1 | 1 | ||||
-rw-r--r-- | crypt.c | 3 | ||||
-rw-r--r-- | crypt.h | 1 |
4 files changed, 1 insertions, 5 deletions
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - @@ -18,4 +18,3 @@ on the shell script. Its only purpose is so the author can play with crypt(3) .SH AUTHOR Tom Ryder <tom@sanctum.geek.nz> - @@ -6,7 +6,7 @@ /** * crypt(1) - Simple shell script frontend to crypt(3), because I'm tired of * fighting with mkpasswd(1). - * + * * Author: Tom Ryder <tom\@sanctum.geek.nz> * Copyright: 2015 * License: MIT @@ -51,4 +51,3 @@ int main (int argc, char **argv) fprintf(stdout, "%s\n", hash); exit(EXIT_SUCCESS); } - @@ -8,4 +8,3 @@ #include <unistd.h> #endif - |