X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fdes.h;h=4cf11f5bca47a18544e172bc1d4457a3ff7a1720;hb=1b86a6bb2cea5038a546a35d8ea844cf5487081a;hp=32f3a80fabd74cadae5be1bad1c88d4fb6a2346a;hpb=fc97b1f091ff38210699b2e5819c94e4f4ebd1fa;p=ffmpeg diff --git a/libavutil/des.h b/libavutil/des.h index 32f3a80fabd..4cf11f5bca4 100644 --- a/libavutil/des.h +++ b/libavutil/des.h @@ -23,7 +23,6 @@ #define AVUTIL_DES_H #include -#include "version.h" /** * @defgroup lavu_des DES @@ -31,14 +30,10 @@ * @{ */ -#if FF_API_CRYPTO_CONTEXT typedef struct AVDES { uint64_t round_keys[3][16]; int triple_des; } AVDES; -#else -typedef struct AVDES AVDES; -#endif /** * Allocate an AVDES context.