Skip to content

Commit

Permalink
Switch to having just one typedef for MTRCertificateDERBytes. (#23855)
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 authored and pull[bot] committed Mar 31, 2023
1 parent f3910d8 commit 5923029
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 <Matter/MTRCertificates.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 5923029

Please sign in to comment.