123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #ifndef NULL_CIPHER_H
- #define NULL_CIPHER_H
- #include "datatypes.h"
- #include "cipher.h"
- typedef struct {
- char foo;
- } srtp_null_cipher_ctx_t;
- #endif
|