diff options
Diffstat (limited to 'crypto/des/cfb_enc.c')
-rw-r--r-- | crypto/des/cfb_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c index 30458d50a1..e8813755bf 100644 --- a/crypto/des/cfb_enc.c +++ b/crypto/des/cfb_enc.c @@ -13,7 +13,7 @@ */ #include "internal/deprecated.h" -#include "e_os.h" +#include "internal/e_os.h" #include "des_local.h" #include <assert.h> |