diff options
| author | jsing <> | 2015-02-10 11:22:22 +0000 |
|---|---|---|
| committer | jsing <> | 2015-02-10 11:22:22 +0000 |
| commit | f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6 (patch) | |
| tree | c02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/objects | |
| parent | cdb7be83319e074737e0c8a1a62fed485bd1c0de (diff) | |
| download | openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.gz openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.bz2 openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.zip | |
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/objects')
| -rw-r--r-- | src/lib/libcrypto/objects/o_names.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/o_names.c b/src/lib/libcrypto/objects/o_names.c index 9fa5824890..e77e4a1093 100644 --- a/src/lib/libcrypto/objects/o_names.c +++ b/src/lib/libcrypto/objects/o_names.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: o_names.c,v 1.19 2014/10/28 05:46:56 miod Exp $ */ | 1 | /* $OpenBSD: o_names.c,v 1.20 2015/02/10 11:22:21 jsing Exp $ */ |
| 2 | #include <stdio.h> | 2 | #include <stdio.h> |
| 3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
| 4 | #include <string.h> | 4 | #include <string.h> |
| @@ -24,7 +24,6 @@ typedef struct name_funcs_st { | |||
| 24 | } NAME_FUNCS; | 24 | } NAME_FUNCS; |
| 25 | 25 | ||
| 26 | DECLARE_STACK_OF(NAME_FUNCS) | 26 | DECLARE_STACK_OF(NAME_FUNCS) |
| 27 | IMPLEMENT_STACK_OF(NAME_FUNCS) | ||
| 28 | 27 | ||
| 29 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; | 28 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; |
| 30 | 29 | ||
