diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-12 09:39:11 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-12 09:39:11 +0000 |
commit | 46e7e80a63889bcfb56bc88772e98bdd1c91925f (patch) | |
tree | 817476a146fbe324a12fbc894591eb2419a16467 /usr.bin/ssh/authfile.c | |
parent | 47943a8d442eedf7143cb0554d517561863e52d8 (diff) |
#include <ssl/foo.h> -> <openssh/foo.h>
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-rw-r--r-- | usr.bin/ssh/authfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c index 6acc330c69a..50f24379a7a 100644 --- a/usr.bin/ssh/authfile.c +++ b/usr.bin/ssh/authfile.c @@ -15,9 +15,9 @@ */ #include "includes.h" -RCSID("$Id: authfile.c,v 1.12 2000/04/04 21:37:27 markus Exp $"); +RCSID("$Id: authfile.c,v 1.13 2000/04/12 09:39:10 markus Exp $"); -#include <ssl/bn.h> +#include <openssl/bn.h> #include "xmalloc.h" #include "buffer.h" #include "bufaux.h" |