summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/objects/obj_dat.c
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-04-13 19:50:56 +0000
committerbeck <beck@openbsd.org>2014-04-13 19:50:56 +0000
commit8b5c64d98fbd2b0d277041519e470a0723bee4e1 (patch)
treedd98925b141b39fa5621529bbfc80cf8ed29be29 /lib/libcrypto/objects/obj_dat.c
parentRemove the AEP engine: it is not standalone and doesn't seem to be (diff)
downloadwireguard-openbsd-8b5c64d98fbd2b0d277041519e470a0723bee4e1.tar.xz
wireguard-openbsd-8b5c64d98fbd2b0d277041519e470a0723bee4e1.zip
Remove some stuff that isn't needed.
ok miod@ deraadt@
Diffstat (limited to 'lib/libcrypto/objects/obj_dat.c')
-rw-r--r--lib/libcrypto/objects/obj_dat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/objects/obj_dat.c b/lib/libcrypto/objects/obj_dat.c
index 8a342ba3eb3..99646c300c1 100644
--- a/lib/libcrypto/objects/obj_dat.c
+++ b/lib/libcrypto/objects/obj_dat.c
@@ -734,7 +734,7 @@ const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num,
int OBJ_create_objects(BIO *in)
{
- MS_STATIC char buf[512];
+ char buf[512];
int i,num=0;
char *o,*s,*l=NULL;