Skip to content

Commit

Permalink
Fixes compilation on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 15, 2017
1 parent b1b4114 commit f804124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/cryptoplus/src/integer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace

namespace cryptoplus
{
#ifdef BSD
#if defined(MACINTOSH) || defined(BSD)
template <> asn1::integer::deleter_type pointer_wrapper<asn1::integer::value_type>::deleter;
#endif

Expand Down
2 changes: 1 addition & 1 deletion libs/cryptoplus/src/utctime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

namespace cryptoplus
{
#ifdef BSD
#if defined(MACINTOSH) || defined(BSD)
template <> asn1::utctime::deleter_type pointer_wrapper<asn1::utctime::value_type>::deleter;
#endif

Expand Down

0 comments on commit f804124

Please sign in to comment.