diff options
author | bodo <bodo> | 1999-04-23 22:07:21 +0000 |
---|---|---|
committer | bodo <bodo> | 1999-04-23 22:07:21 +0000 |
commit | 18641649964f195bb76c16eda144f415237e1a3d (patch) | |
tree | 6453c94ef8fe482ef36cb911d1a00f303e0da953 /test | |
parent | f5bd4b7e86609e6cd4eacab72ab6b9b6b0ad9ded (diff) | |
download | openssl-18641649964f195bb76c16eda144f415237e1a3d.tar.gz |
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'test')
-rw-r--r-- | test/methtest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/methtest.c b/test/methtest.c index 55d1ac793..06ccb3b31 100644 --- a/test/methtest.c +++ b/test/methtest.c @@ -1,5 +1,5 @@ /* test/methtest.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -58,10 +58,10 @@ #include <stdio.h> #include <stdlib.h> -#include "rsa.h" -#include "x509.h" +#include <openssl/rsa.h> +#include <openssl/x509.h> #include "meth.h" -#include "err.h" +#include <openssl/err.h> int main(argc,argv) int argc; |