Skip to content

Commit

Permalink
upstream: Remove compat code for OpenSSL < 1.1.*
Browse files Browse the repository at this point in the history
since -portable no longer supports them.

OpenBSD-Commit-ID: ea2893783331947cd29a67612b4e56f818f185ff
  • Loading branch information
daztucker committed Mar 28, 2023
1 parent b500afc commit 82b2b83
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions sk-usbhid.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: sk-usbhid.c,v 1.45 2022/09/14 00:14:37 djm Exp $ */
/* $OpenBSD: sk-usbhid.c,v 1.46 2023/03/28 06:12:38 dtucker Exp $ */
/*
* Copyright (c) 2019 Markus Friedl
* Copyright (c) 2020 Pedro Martelletto
Expand Down Expand Up @@ -104,14 +104,6 @@
#define SELECT_MS 15000
#define POLL_SLEEP_NS 200000000

/* Compatibility with OpenSSH 1.0.x */
#if (OPENSSL_VERSION_NUMBER < 0x10100000L)
#define ECDSA_SIG_get0(sig, pr, ps) \
do { \
(*pr) = sig->r; \
(*ps) = sig->s; \
} while (0)
#endif
#ifndef FIDO_ERR_OPERATION_DENIED
#define FIDO_ERR_OPERATION_DENIED 0x27
#endif
Expand Down

0 comments on commit 82b2b83

Please sign in to comment.