Commit b71fa7b3 authored by Richard Levitte's avatar Richard Levitte
Browse files

Include "internal/dso_conf.h" where needed and appropriate

parent c45bf277
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <assert.h>
#include "internal/thread_once.h"
#include "internal/dso_conf.h"
#include "internal/dso.h"
#include "internal/store.h"

+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
  IF[{- !$disabled{shared} -}]
    PROGRAMS_NO_INST=shlibloadtest
    SOURCE[shlibloadtest]=shlibloadtest.c
    INCLUDE[shlibloadtest]=../include
    INCLUDE[shlibloadtest]=../include ../crypto/include
    DEPEND[shlibloadtest]=libtestutil.a
  ENDIF

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include <openssl/opensslv.h>
#include <openssl/ssl.h>
#include <openssl/ossl_typ.h>
#include "internal/dso_conf.h"
#include "testutil.h"

typedef void DSO;