diff options
author | deraadt <> | 2014-04-18 14:37:41 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 14:37:41 +0000 |
commit | cb65c83cbaccdc052f92a2a48ed9ee74de03d063 (patch) | |
tree | 9a096bd964129ac72ab9b20dcf9ba841c71784c4 /src/lib/libcrypto/des | |
parent | dae9f6b743da244120c0940ab4165929fc1e7305 (diff) | |
download | openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.gz openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.bz2 openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.zip |
Put the final pieces from e_os.h in the required places, and remove it.
"dance on it's grave" says beck
ok guenther beck
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r-- | src/lib/libcrypto/des/cfb64ede.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/des/cfb_enc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/cfb64ede.c b/src/lib/libcrypto/des/cfb64ede.c index de34ecceb9..453b078d30 100644 --- a/src/lib/libcrypto/des/cfb64ede.c +++ b/src/lib/libcrypto/des/cfb64ede.c | |||
@@ -57,7 +57,6 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include "des_locl.h" | 59 | #include "des_locl.h" |
60 | #include "e_os.h" | ||
61 | 60 | ||
62 | /* The input and output encrypted as though 64bit cfb mode is being | 61 | /* The input and output encrypted as though 64bit cfb mode is being |
63 | * used. The extra state information to record how much of the | 62 | * used. The extra state information to record how much of the |
diff --git a/src/lib/libcrypto/des/cfb_enc.c b/src/lib/libcrypto/des/cfb_enc.c index 720f29a28e..dd5237a86d 100644 --- a/src/lib/libcrypto/des/cfb_enc.c +++ b/src/lib/libcrypto/des/cfb_enc.c | |||
@@ -56,7 +56,6 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include "e_os.h" | ||
60 | #include "des_locl.h" | 59 | #include "des_locl.h" |
61 | #include <assert.h> | 60 | #include <assert.h> |
62 | 61 | ||