Skip to content

Commit

Permalink
Remove foundation for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen committed Jan 29, 2020
1 parent ff797d9 commit f27fa9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/CCurve25519/include/CCurve25519.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
// Copyright © 2018 User. All rights reserved.
//

@import Foundation;
//@import Foundation;

//! Project version number for Curve25519.
FOUNDATION_EXPORT double Curve25519VersionNumber;
//FOUNDATION_EXPORT double Curve25519VersionNumber;

//! Project version string for Curve25519.
FOUNDATION_EXPORT const unsigned char Curve25519VersionString[];
//FOUNDATION_EXPORT const unsigned char Curve25519VersionString[];

#import "curve25519-donna.h"
#import "curve_sigs.h"
Expand Down

0 comments on commit f27fa9a

Please sign in to comment.