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 /ssl/s23_lib.c | |
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 'ssl/s23_lib.c')
-rw-r--r-- | ssl/s23_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s23_lib.c b/ssl/s23_lib.c index c4064726f..80b21404e 100644 --- a/ssl/s23_lib.c +++ b/ssl/s23_lib.c @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "objects.h" +#include <openssl/objects.h> #include "ssl_locl.h" #ifndef NOPROTO |