diff options
| author | tb <> | 2020-09-18 10:39:10 +0000 |
|---|---|---|
| committer | tb <> | 2020-09-18 10:39:10 +0000 |
| commit | d7c33e394d4488919143a13553082e0ee453b99f (patch) | |
| tree | 073beb7694d374543b40b3c550230b909e887d3a /src | |
| parent | 7e60f46978a7f69c6f9cf1c654e23d1e79621db5 (diff) | |
| download | openbsd-d7c33e394d4488919143a13553082e0ee453b99f.tar.gz openbsd-d7c33e394d4488919143a13553082e0ee453b99f.tar.bz2 openbsd-d7c33e394d4488919143a13553082e0ee453b99f.zip | |
zap redundant line
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/symbols/symbols.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/symbols/symbols.awk b/src/regress/lib/libcrypto/symbols/symbols.awk index f5585e3934..279e37d5b1 100644 --- a/src/regress/lib/libcrypto/symbols/symbols.awk +++ b/src/regress/lib/libcrypto/symbols/symbols.awk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: symbols.awk,v 1.1 2020/09/18 10:18:26 tb Exp $ | 1 | # $OpenBSD: symbols.awk,v 1.2 2020/09/18 10:39:10 tb Exp $ |
| 2 | 2 | ||
| 3 | # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org> |
| 4 | # | 4 | # |
| @@ -50,7 +50,6 @@ BEGIN { | |||
| 50 | 50 | ||
| 51 | # internal function used in libtls | 51 | # internal function used in libtls |
| 52 | /^ASN1_time_tm_clamp_notafter$/ { | 52 | /^ASN1_time_tm_clamp_notafter$/ { |
| 53 | symbols[$0] = $0 | ||
| 54 | printf("extern int ASN1_time_tm_clamp_notafter(struct tm *);\n") | 53 | printf("extern int ASN1_time_tm_clamp_notafter(struct tm *);\n") |
| 55 | } | 54 | } |
| 56 | 55 | ||
