Skip to content

Commit

Permalink
Switch to having just one typedef for MTRCertificateDERBytes.
Browse files Browse the repository at this point in the history
Having two typedefs leads to some compilers complaining if they see
both, even though they are identical.
  • Loading branch information
bzbarsky-apple committed Dec 1, 2022
1 parent b46af33 commit ebcf0dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

typedef NSData * MTRCertificateDERBytes;
#import "MTRCertificates.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit ebcf0dc

Please sign in to comment.