Skip to content

Commit d02ce1b

Browse files
committed
• Whoops, forgot to change #import NSData_AMDigest to NSData+CommonCrypto in previous commit in two files.
1 parent f45871b commit d02ce1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYIOKit.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Change History (most recent first):
2626
#include <IOKit/network/IOEthernetInterface.h>
2727
#include <IOKit/network/IONetworkInterface.h>
2828
#include <IOKit/network/IOEthernetController.h>
29-
#import "NSData_AMDigest.h"
29+
#import "NSData+SSYCryptoDigest.h"
3030

3131
static kern_return_t FindEthernetInterfaces(io_iterator_t *matchingServices);
3232
CFDataRef CreateMACAddress(io_iterator_t intfIterator);

0 commit comments

Comments
 (0)