Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
slewsys committed Jul 2, 2024
1 parent e7d8dca commit fb8f4d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
*
* SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0-or-later OR MIT
*/
#include "ed.h"

#include <pwd.h>
#include <signal.h>
#include <termios.h>

#include "ed.h"

#ifdef WANT_ED_ENCRYPTION
# include <openssl/des.h>

Expand Down

0 comments on commit fb8f4d1

Please sign in to comment.