diff options
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r-- | src/lib/libcrypto/objects/obj_dat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c index 8a342ba3eb..99646c300c 100644 --- a/src/lib/libcrypto/objects/obj_dat.c +++ b/src/lib/libcrypto/objects/obj_dat.c | |||
@@ -734,7 +734,7 @@ const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, | |||
734 | 734 | ||
735 | int OBJ_create_objects(BIO *in) | 735 | int OBJ_create_objects(BIO *in) |
736 | { | 736 | { |
737 | MS_STATIC char buf[512]; | 737 | char buf[512]; |
738 | int i,num=0; | 738 | int i,num=0; |
739 | char *o,*s,*l=NULL; | 739 | char *o,*s,*l=NULL; |
740 | 740 | ||