diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index 77fa8c4ebc..9a4ffd00c7 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.h,v 1.26 2021/03/28 12:38:52 inoguchi Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.27 2021/03/31 17:13:54 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -329,6 +329,4 @@ int options_parse(int argc, char **argv, const struct option *opts, | |||
329 | 329 | ||
330 | void show_cipher(const OBJ_NAME *name, void *arg); | 330 | void show_cipher(const OBJ_NAME *name, void *arg); |
331 | 331 | ||
332 | #define SSL_is_dtls _SSL_is_dtls | ||
333 | |||
334 | #endif | 332 | #endif |