mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +00:00
Add a StatefulMemcpy which can be used to safely and iteratively copy blocks of memory.
Review URL: http://codereview.chromium.org/572024
This commit is contained in:
@@ -8,6 +8,5 @@ all: dumpRSAPublicKey
|
||||
|
||||
dumpRSAPublicKey: dumpRSAPublicKey.c
|
||||
$(CC) $(CFLAGS) $(LIBS) $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f dumpRSAPublicKey
|
||||
|
||||
Reference in New Issue
Block a user