diff options
author | Ian Moffett <ian@osmora.org> | 2024-10-01 00:24:54 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-10-01 00:25:11 -0400 |
commit | 9b50f08c3995c2215420bba8eca029b14514dfac (patch) | |
tree | c73be9812e8cfabc451dd370512a0d819c70957a /lib/libostp/auth.c | |
parent | 7d1a25045f30882dd5d5618a83b4bbb5564ebf8f (diff) |
project: Convert project to library
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/libostp/auth.c')
-rw-r--r-- | lib/libostp/auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libostp/auth.c b/lib/libostp/auth.c index f2097bc..7b840f6 100644 --- a/lib/libostp/auth.c +++ b/lib/libostp/auth.c @@ -28,9 +28,9 @@ */ #include <sys/wait.h> -#include <net/auth.h> -#include <crypto/ecdh.h> -#include <otconfig.h> +#include <ostp/net/auth.h> +#include <ostp/crypto/ecdh.h> +#include <ostp/otconfig.h> #include <arpa/inet.h> #include <stdio.h> #include <unistd.h> |