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 /crypto/cast/c_cfb64.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 'crypto/cast/c_cfb64.c')
-rw-r--r-- | crypto/cast/c_cfb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/c_cfb64.c b/crypto/cast/c_cfb64.c index a9d32517c..50d234b46 100644 --- a/crypto/cast/c_cfb64.c +++ b/crypto/cast/c_cfb64.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cast.h" +#include <openssl/cast.h> #include "cast_lcl.h" /* The input and output encrypted as though 64bit cfb mode is being |