]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/timeouts.h
Re-introduce legacy EVP_PKEY types for provided keys
[thirdparty/openssl.git] / apps / timeouts.h
CommitLineData
0f113f3e 1/*
846e33c7 2 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
36d16f8e 3 *
dffa7520 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
846e33c7
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
36d16f8e
BL
8 */
9
ae4186b0
DMSP
10#ifndef OSSL_APPS_TIMEOUTS_H
11# define OSSL_APPS_TIMEOUTS_H
36d16f8e
BL
12
13/* numbers in us */
0f113f3e
MC
14# define DGRAM_RCV_TIMEOUT 250000
15# define DGRAM_SND_TIMEOUT 250000
36d16f8e 16
ae4186b0 17#endif /* ! OSSL_APPS_TIMEOUTS_H */