libbb: random hunt for statics
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 18 Jun 2007 10:35:06 +0000 (10:35 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 18 Jun 2007 10:35:06 +0000 (10:35 -0000)
commit91e149a3736ddc357950252c02d758515074447f
tree3f91621bb8958873a71699d8eb018838251e8c17
parent2c91efb7c24da6370810991459ae360029022250
libbb: random hunt for statics

function                                             old     new   delta
bb_askpass                                           306     321     +15
pw_encrypt                                            38      39      +1
static.passwd                                         64       4     -60
static.cipher                                        128       4    -124
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/2 up/down: 16/-184)          Total: -168 bytes

# size busybox_old busybox_unstripped
   text    data     bss     dec     hex filename
 683705    2704   14240  700649   ab0e9 busybox_old
 683721    2704   14064  700489   ab049 busybox_unstripped
libbb/bb_askpass.c
libbb/pw_encrypt.c